comparison gamelib/scenes/machine.py @ 435:19aff54b2e73

Many small fixes.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 28 Aug 2010 23:48:50 +0200
parents 90ae05f25793
children cfcab3796410
comparison
equal deleted inserted replaced
434:9bcb6148fc6b 435:19aff54b2e73
188 # just for safety 188 # just for safety
189 pass 189 pass
190 else: 190 else:
191 self.state.add_inventory_item("cryo_pipes_one") 191 self.state.add_inventory_item("cryo_pipes_one")
192 return Result("With high-precision spitzensparken, the can and tube are welded" 192 return Result("With high-precision spitzensparken, the can and tube are welded"
193 " into a whole greater than the parts.", 193 " into a whole greater than the sum of the parts.",
194 soundfile='laser.ogg') 194 soundfile='laser.ogg')
195 195
196 196
197 class LaserWelderPowerLights(Thing): 197 class LaserWelderPowerLights(Thing):
198 198