diff gamelib/scenes/engine.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 eebd6e08cbc9
children 73f56bc78cc3
line wrap: on
line diff
--- a/gamelib/scenes/engine.py	Sun Aug 29 01:36:04 2010 +0200
+++ b/gamelib/scenes/engine.py	Sun Aug 29 01:43:55 2010 +0200
@@ -16,7 +16,6 @@
     BACKGROUND = "engine_room.png"
 
     INITIAL_DATA = {
-        'accessible': True,
         'engine online': False,
         'greet' : True,
         }