changeset 774:b0bd36c2c840 pyntnclick

The data is actually on the scene (now we can finish the game)
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 26 Jan 2013 17:51:33 +0200
parents c5ffb5418b03
children 4e8e892aa94c
files gamelib/scenes/bridge.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/scenes/bridge.py	Sat Jan 26 17:16:54 2013 +0200
+++ b/gamelib/scenes/bridge.py	Sat Jan 26 17:51:33 2013 +0200
@@ -331,7 +331,7 @@
             return _("The sign reads 'Warning: Authorized Techinicians Only'.")
 
     def select_interact(self):
-        status = self.get_data('ai panel')
+        status = self.scene.get_data('ai panel')
         return status or self.INITIAL
 
     def interact_without(self):