mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 15:26:30 +01:00
Fix trivial typo.
This commit is contained in:
parent
e4a71ef420
commit
25dec92db5
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ class CmdSmashGlass(Command):
|
|||
string = "You hit the lid hard. It doesn't move an inch."
|
||||
else:
|
||||
string = "You place a well-aimed fist against the glass of the lid."
|
||||
string += "Unfortunately all you get is a pain in your hand. Maybe"
|
||||
string += " Unfortunately all you get is a pain in your hand. Maybe"
|
||||
string += " you should just try to open the lid instead?"
|
||||
self.caller.msg(string)
|
||||
self.caller.location.msg_contents("%s tries to smash the glass of the button." %
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue