diff gamelib/scenes/machine.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 786773393e6f
children a9925aaf5f61 b10dae40dc32
line wrap: on
line diff
--- a/gamelib/scenes/machine.py	Sun Aug 29 01:36:04 2010 +0200
+++ b/gamelib/scenes/machine.py	Sun Aug 29 01:43:55 2010 +0200
@@ -12,10 +12,6 @@
     FOLDER = "machine"
     BACKGROUND = "machine_room.png"
 
-    INITIAL_DATA = {
-        'accessible': True,
-        }
-
     def __init__(self, state):
         super(Machine, self).__init__(state)
         self.add_thing(ToMap())