diff gamelib/scenes/mess.py @ 416:1470a69d91ee

Vague art for pipes + taped pipes
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 28 Aug 2010 22:49:11 +0200
parents 72baf5bfebc6
children add81f2b747e
line wrap: on
line diff
--- a/gamelib/scenes/mess.py	Sat Aug 28 22:43:52 2010 +0200
+++ b/gamelib/scenes/mess.py	Sat Aug 28 22:49:11 2010 +0200
@@ -147,7 +147,7 @@
     INTERACTS = {
         "blocked": InteractImage(250, 130, "blocking_broccoli.png"),
         "broken": InteractImage(250, 183, "broken_tubes.png"),
-        "replaced": InteractImage(250, 183, "fixed_tubes.png"),
+        "replaced": InteractImage(250, 183, "replaced_tubes.png"),
         "fixed": InteractImage(252, 183, "fixed_tubes.png"),
         }
 
@@ -193,7 +193,8 @@
             self.set_interact("replaced")
             self.scene.set_data('life support status', 'replaced')
             return Result(
-                "The pipes slot neatly into place, but don't make an airtight seal."
+                "The pipes slot neatly into place, but don't make an airtight seal. "
+                "You think one of the pipes has cracked slightly as well."
             )
 
     def interact_with_duct_tape(self, item):