Further tweaks.
This commit is contained in:
parent
dd6b0cfb34
commit
3eca82ae3b
1 changed files with 1 additions and 1 deletions
|
|
@ -928,7 +928,7 @@ class CmdRecog(RPCommand): # assign personal alias to object in room
|
|||
obj = matches[0]
|
||||
if not obj.access(self.obj, "enable_recog", default=True):
|
||||
# don't apply recog if object doesn't allow it (e.g. by being masked).
|
||||
caller.msg("You can't recognize someone who is masked!")
|
||||
caller.msg("Can't recognize someone who is masked.")
|
||||
return
|
||||
if self.cmdstring == "forget":
|
||||
# remove existing recog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue