comparison gamelib/scenes/engine.py @ 452:fdf3a6dd476b

Walkthrough test /almost/ finished.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 29 Aug 2010 00:58:14 +0200
parents cfcab3796410
children eebd6e08cbc9
comparison
equal deleted inserted replaced
451:8b1951cb7710 452:fdf3a6dd476b
292 " container connected to a cracked pipe would be a waste.") 292 " container connected to a cracked pipe would be a waste.")
293 self.state.remove_inventory_item(item.name) 293 self.state.remove_inventory_item(item.name)
294 self.scene.things['engine.cryo_containers'].set_data('filled', True) 294 self.scene.things['engine.cryo_containers'].set_data('filled', True)
295 self.scene.things['engine.cryo_containers'].set_interact('full') 295 self.scene.things['engine.cryo_containers'].set_interact('full')
296 results = [Result("You fill the reservoirs. " 296 results = [Result("You fill the reservoirs. "
297 "It seems the detergent bottle was just big enough.")] 297 "The detergent bottle was just big enough, which "
298 "is handy, because it's sprung a leak.")]
298 results.append(self.scene.engine_online_check()) 299 results.append(self.scene.engine_online_check())
299 return results 300 return results
300 301
301 302
302 class CoolingPipes(Thing): 303 class CoolingPipes(Thing):