Minor textual update.

This commit is contained in:
Griatch 2015-09-26 22:55:08 +02:00
parent 38e0998ef2
commit dd6b0cfb34

View file

@ -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