changeset 406:90ae05f25793

spling
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 28 Aug 2010 21:51:26 +0200
parents 8ba59ae66188
children c7a6846262e3
files gamelib/scenes/machine.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/scenes/machine.py	Sat Aug 28 21:37:28 2010 +0200
+++ b/gamelib/scenes/machine.py	Sat Aug 28 21:51:26 2010 +0200
@@ -121,7 +121,7 @@
             self.set_interact("can_and_tube")
 
     def interact_without(self):
-        return Result("You really don't want to but your hand in there.")
+        return Result("You really don't want to put your hand in there.")
 
     def interact_with_empty_can(self, item):
         contents = self.get_data('contents')
@@ -189,7 +189,7 @@
                 pass
             else:
                 self.state.add_inventory_item("cryo_pipes_one")
-            return Result("With high-precision spitzensparken, the can and tube a welded"
+            return Result("With high-precision spitzensparken, the can and tube are welded"
                         " into a whole greater than the parts.",
                         soundfile='laser.ogg')