comparison gamelib/scenes/bridge.py @ 270:d4f08abc58fb

Interactivity status tweaks
author Neil Muller <neil@dip.sun.ac.za>
date Fri, 27 Aug 2010 20:43:29 +0200
parents 95e4021e9959
children 01b22664a12c
comparison
equal deleted inserted replaced
269:95e4021e9959 270:d4f08abc58fb
167 self.scene.remove_thing(self) 167 self.scene.remove_thing(self)
168 return Result("The superconductor module unclips easily.") 168 return Result("The superconductor module unclips easily.")
169 169
170 class BlinkingLights(Thing): 170 class BlinkingLights(Thing):
171 171
172 def is_interactive(self):
173 return False
174
172 def get_description(self): 175 def get_description(self):
173 return random.choice([ 176 return random.choice([
174 "The lights flash in interesting patterns.", 177 "The lights flash in interesting patterns.",
175 "The flashing lights don't mean anything to you", 178 "The flashing lights don't mean anything to you",
176 "The console lights flash and flicker", 179 "The console lights flash and flicker",