comparison gamelib/scenes/bridge.py @ 466:af2a23b9787d

You can now use doors while wielding things.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 29 Aug 2010 01:43:55 +0200
parents 54853e61b149
children b7de5b3608d3
comparison
equal deleted inserted replaced
465:03dcb25d8370 466:af2a23b9787d
37 'creaking.ogg', 37 'creaking.ogg',
38 'silent.ogg', 38 'silent.ogg',
39 ] 39 ]
40 40
41 INITIAL_DATA = { 41 INITIAL_DATA = {
42 'accessible': True,
43 'ai status' : 'online', # online, looping, dead 42 'ai status' : 'online', # online, looping, dead
44 'ai panel' : 'closed', # closed, open, broken 43 'ai panel' : 'closed', # closed, open, broken
45 } 44 }
46 45
47 def __init__(self, state): 46 def __init__(self, state):