Minor textual update.
This commit is contained in:
parent
38e0998ef2
commit
dd6b0cfb34
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]
|
obj = matches[0]
|
||||||
if not obj.access(self.obj, "enable_recog", default=True):
|
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).
|
# don't apply recog if object doesn't allow it (e.g. by being masked).
|
||||||
caller.msg("It serves no purpose to recognize someone in disguise.")
|
caller.msg("You can't recognize someone who is masked!")
|
||||||
return
|
return
|
||||||
if self.cmdstring == "forget":
|
if self.cmdstring == "forget":
|
||||||
# remove existing recog
|
# remove existing recog
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue