diff 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
line wrap: on
line diff
--- a/gamelib/scenes/mess.py	Sun Aug 29 01:36:04 2010 +0200
+++ b/gamelib/scenes/mess.py	Sun Aug 29 01:43:55 2010 +0200
@@ -20,7 +20,6 @@
     BACKGROUND = "mess_hall.png"
 
     INITIAL_DATA = {
-        'accessible': True,
         'life support status': 'broken', # broken, replaced, fixed
         }