alathon / AwesomeMUD

An awesome MUD in Scala
1 stars 1 forks source link

Change movement to display names instead of ref strings #4

Closed alathon closed 11 years ago

alathon commented 11 years ago

Currently, movement displays the objects in string form (via toString()) when entering and leaving rooms and such.

Add a new DescType for name, and change the calls to use describeTo with DescType.Name instead. By default, should use GameEntity.name