diff gamelib/scenes/mess.py @ 392:c81a4faa748e

Flag puzzle end conditions
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 28 Aug 2010 20:05:28 +0200
parents eef2fca1aa11
children 72baf5bfebc6
line wrap: on
line diff
--- a/gamelib/scenes/mess.py	Sat Aug 28 19:41:29 2010 +0200
+++ b/gamelib/scenes/mess.py	Sat Aug 28 20:05:28 2010 +0200
@@ -203,6 +203,7 @@
             self.set_data("fixed", True)
             self.set_data("status", "fixed")
             self.set_interact("fixed")
+            self.scene.set_data('life support online', True)
             # TODO: A less anticlimactic climax?
             return Result("It takes quite a lot of tape, but eventually everything is"
                           " airtight and ready to hold pressure. Who'd've thought duct"