diff gamelib/scenes/scene_widgets.py @ 352:88c1a59b0544

Add sentence for bridge. Have poster break AI
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 28 Aug 2010 15:53:56 +0200
parents 125cb389ab90
children 09efb8b7c132
line wrap: on
line diff
--- a/gamelib/scenes/scene_widgets.py	Sat Aug 28 15:39:39 2010 +0200
+++ b/gamelib/scenes/scene_widgets.py	Sat Aug 28 15:53:56 2010 +0200
@@ -186,6 +186,6 @@
        return "A security camera watches over the room"
 
    def interact_with_escher_poster(self, item):
-       # TODO
-       return Result("A very bad idea")
+       self.state.scenes['bridge'].set_data('ai online', False)
+       return Result("JIM says '3D scene reconstruction failed. Critical error. Entering emergency shutdown.", style="JIM")