diff gamelib/scenes/machine.py @ 519:8f3c82c685a4

Fix is_interactive() by adding tool param.
author Jeremy Thurgood <firxen@gmail.com>
date Tue, 07 Sep 2010 18:13:35 +0200
parents 0e8487038834
children 821b322e903b
line wrap: on
line diff
--- a/gamelib/scenes/machine.py	Tue Sep 07 17:05:51 2010 +0200
+++ b/gamelib/scenes/machine.py	Tue Sep 07 18:13:35 2010 +0200
@@ -286,7 +286,7 @@
     INVENTORY_IMAGE = "manual.png"
     CURSOR = None
 
-    def is_interactive(self):
+    def is_interactive(self, tool=None):
         return True
 
     def interact_without(self):