comparison gamelib/scenes/mess.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 19aff54b2e73
children a9925aaf5f61 9f488671c02e
comparison
equal deleted inserted replaced
465:03dcb25d8370 466:af2a23b9787d
18 18
19 FOLDER = "mess" 19 FOLDER = "mess"
20 BACKGROUND = "mess_hall.png" 20 BACKGROUND = "mess_hall.png"
21 21
22 INITIAL_DATA = { 22 INITIAL_DATA = {
23 'accessible': True,
24 'life support status': 'broken', # broken, replaced, fixed 23 'life support status': 'broken', # broken, replaced, fixed
25 } 24 }
26 25
27 def __init__(self, state): 26 def __init__(self, state):
28 super(Mess, self).__init__(state) 27 super(Mess, self).__init__(state)