diff 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
line wrap: on
line diff
--- a/gamelib/scenes/bridge.py	Sun Aug 29 01:36:04 2010 +0200
+++ b/gamelib/scenes/bridge.py	Sun Aug 29 01:43:55 2010 +0200
@@ -39,7 +39,6 @@
             ]
 
     INITIAL_DATA = {
-        'accessible': True,
         'ai status' : 'online', # online, looping, dead
         'ai panel'  : 'closed', # closed, open, broken
         }