Removed spam-possibilities with page command (issue100). Also did several other refinements to the comm system.
This commit is contained in:
parent
d90c2909a2
commit
142cb00566
7 changed files with 36 additions and 26 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue