Fixed an inconsistency in director stance.
This commit is contained in:
parent
faaf26e0de
commit
d62dd9afab
1 changed files with 1 additions and 1 deletions
|
|
@ -926,7 +926,7 @@ class CmdRecog(Command): # assign personal alias to object in room
|
||||||
obj = matches[0]
|
obj = matches[0]
|
||||||
sdesc = obj.sdesc.get() if hasattr(obj, "sdesc") else obj.key
|
sdesc = obj.sdesc.get() if hasattr(obj, "sdesc") else obj.key
|
||||||
alias = caller.recog.add(obj, alias)
|
alias = caller.recog.add(obj, alias)
|
||||||
caller.msg("You will now remember {w%s{n as {w%s{n." % (sdesc, alias))
|
caller.msg("%s will now remember {w%s{n as {w%s{n." % (caller.key, sdesc, alias))
|
||||||
|
|
||||||
class CmdMask(Command):
|
class CmdMask(Command):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue