From 25dec92db5fb85dbf107f15e11a02f22899e2e34 Mon Sep 17 00:00:00 2001 From: Ari Mudev Date: Sat, 4 Sep 2010 16:00:31 +0000 Subject: [PATCH] Fix trivial typo. --- game/gamesrc/commands/examples/cmdset_red_button.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/gamesrc/commands/examples/cmdset_red_button.py b/game/gamesrc/commands/examples/cmdset_red_button.py index a5f1164ae5..2fd466f50c 100644 --- a/game/gamesrc/commands/examples/cmdset_red_button.py +++ b/game/gamesrc/commands/examples/cmdset_red_button.py @@ -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." %