changeset 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 56a164e0aa3f
children aba8e7895324
files Resources/images/mess/fixed_tubes.png Resources/images/mess/replaced_tubes.png gamelib/scenes/mess.py
diffstat 3 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
Binary file Resources/images/mess/fixed_tubes.png has changed
Binary file Resources/images/mess/replaced_tubes.png has changed
--- 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):