comparison gamelib/scenes/bridge.py @ 439:4136b5d931e7

tpyo
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sun, 29 Aug 2010 00:05:36 +0200
parents 19aff54b2e73
children ab628938b95c
comparison
equal deleted inserted replaced
438:c6e0ae102efb 439:4136b5d931e7
349 349
350 def interact_default(self): 350 def interact_default(self):
351 if self.scene.get_data('ai status') == 'online': 351 if self.scene.get_data('ai status') == 'online':
352 return (Result('You feel a shock from the panel.'), 352 return (Result('You feel a shock from the panel.'),
353 make_jim_dialog("Prisoner %s. Please step away from the panel. " 353 make_jim_dialog("Prisoner %s. Please step away from the panel. "
354 "You are not an authorized techinican." % PLAYER_ID, self.state)) 354 "You are not an authorized technician." % PLAYER_ID, self.state))
355 355
356 class ChairDetail(Scene): 356 class ChairDetail(Scene):
357 357
358 FOLDER = 'bridge' 358 FOLDER = 'bridge'
359 BACKGROUND = 'chair_detail.png' 359 BACKGROUND = 'chair_detail.png'