comparison gamelib/scenes/cryo.py @ 462:eebd6e08cbc9

Mac icons hooked up, chops added and engine fix message fixed.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 29 Aug 2010 01:23:08 +0200
parents 19aff54b2e73
children 8d25de1519db
comparison
equal deleted inserted replaced
461:edb495e3d3dd 462:eebd6e08cbc9
163 pipe = TubeFragment('tube_fragment') 163 pipe = TubeFragment('tube_fragment')
164 self.state.add_item(pipe) 164 self.state.add_item(pipe)
165 self.state.add_inventory_item(pipe.name) 165 self.state.add_inventory_item(pipe.name)
166 self.set_interact("chopped") 166 self.set_interact("chopped")
167 responses = [Result("It takes more effort than one would expect, but " 167 responses = [Result("It takes more effort than one would expect, but "
168 "eventually the pipe is separated from the wall.")] 168 "eventually the pipe is separated from the wall.",
169 soundfile="chop-chop.ogg")]
169 if self.state.current_scene.get_data('vandalism_warn'): 170 if self.state.current_scene.get_data('vandalism_warn'):
170 self.state.current_scene.set_data('vandalism_warn', False) 171 self.state.current_scene.set_data('vandalism_warn', False)
171 responses.append(make_jim_dialog( 172 responses.append(make_jim_dialog(
172 ("Prisoner %s. Vandalism is an offence punishable by a " 173 ("Prisoner %s. Vandalism is an offence punishable by a "
173 "minimum of an additional 6 months to your sentence." 174 "minimum of an additional 6 months to your sentence."