mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 20:17:16 +02:00
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]
|
||||
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("It serves no purpose to recognize someone in disguise.")
|
||||
caller.msg("You 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