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."
|
string = "You hit the lid hard. It doesn't move an inch."
|
||||||
else:
|
else:
|
||||||
string = "You place a well-aimed fist against the glass of the lid."
|
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?"
|
string += " you should just try to open the lid instead?"
|
||||||
self.caller.msg(string)
|
self.caller.msg(string)
|
||||||
self.caller.location.msg_contents("%s tries to smash the glass of the button." %
|
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