diff gamelib/scenes/engine.py @ 452:fdf3a6dd476b

Walkthrough test /almost/ finished.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 29 Aug 2010 00:58:14 +0200
parents cfcab3796410
children eebd6e08cbc9
line wrap: on
line diff
--- a/gamelib/scenes/engine.py	Sun Aug 29 00:54:12 2010 +0200
+++ b/gamelib/scenes/engine.py	Sun Aug 29 00:58:14 2010 +0200
@@ -294,7 +294,8 @@
         self.scene.things['engine.cryo_containers'].set_data('filled', True)
         self.scene.things['engine.cryo_containers'].set_interact('full')
         results = [Result("You fill the reservoirs. "
-                          "It seems the detergent bottle was just big enough.")]
+                          "The detergent bottle was just big enough, which "
+                          "is handy, because it's sprung a leak.")]
         results.append(self.scene.engine_online_check())
         return results