# HG changeset patch # User Stefano Rivera # Date 1359215493 -7200 # Node ID b0bd36c2c8409a87862447000aaee00d5a496f8a # Parent c5ffb5418b03174a3864677a960e0e467089f841 The data is actually on the scene (now we can finish the game) diff -r c5ffb5418b03 -r b0bd36c2c840 gamelib/scenes/bridge.py --- 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):