comparison 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
comparison
equal deleted inserted replaced
351:837728b3cbf4 352:88c1a59b0544
184 184
185 def get_description(self): 185 def get_description(self):
186 return "A security camera watches over the room" 186 return "A security camera watches over the room"
187 187
188 def interact_with_escher_poster(self, item): 188 def interact_with_escher_poster(self, item):
189 # TODO 189 self.state.scenes['bridge'].set_data('ai online', False)
190 return Result("A very bad idea") 190 return Result("JIM says '3D scene reconstruction failed. Critical error. Entering emergency shutdown.", style="JIM")
191 191