mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
Red button typo.
This commit is contained in:
parent
04ae472e1a
commit
c9861e06de
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ class BlindedState(Script):
|
|||
It's important that we clear out that blinded cmdset
|
||||
when we are done!
|
||||
"""
|
||||
self.obj.msg("Your blink feverishly as your eyesight slowly returns.")
|
||||
self.obj.msg("You blink feverishly as your eyesight slowly returns.")
|
||||
self.obj.location.msg_contents("%s seems to be recovering their eyesight."
|
||||
% self.obj.name,
|
||||
exclude=self.obj)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue