diff gamelib/scenes/scene_widgets.py @ 354:09efb8b7c132

Hook up panel part of AI puzzle
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 28 Aug 2010 16:30:43 +0200
parents 88c1a59b0544
children 452230d78541
line wrap: on
line diff
--- a/gamelib/scenes/scene_widgets.py	Sat Aug 28 16:18:40 2010 +0200
+++ b/gamelib/scenes/scene_widgets.py	Sat Aug 28 16:30:43 2010 +0200
@@ -186,6 +186,6 @@
        return "A security camera watches over the room"
 
    def interact_with_escher_poster(self, item):
-       self.state.scenes['bridge'].set_data('ai online', False)
+       self.state.scenes['bridge'].set_data('ai status', 'looping')
        return Result("JIM says '3D scene reconstruction failed. Critical error. Entering emergency shutdown.", style="JIM")