Removed spam-possibilities with page command (issue100). Also did several other refinements to the comm system.

This commit is contained in:
Griatch 2010-09-04 13:52:01 +00:00
parent d90c2909a2
commit 142cb00566
7 changed files with 36 additions and 26 deletions

View file

@ -608,6 +608,8 @@ class CmdCreate(ObjManipCommand):
else:
string = "You create a new %s: %s."
string = string % (obj.typeclass, obj.name)
# set a default desc
obj.db.desc = "You see nothing special."
if 'drop' in self.switches:
if caller.location:
obj.move_to(caller.location, quiet=True)