diff gamelib/scenes/machine.py @ 512:b10dae40dc32

Fix items.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 04 Sep 2010 10:38:14 +0200
parents af2a23b9787d
children 0e8487038834
line wrap: on
line diff
--- a/gamelib/scenes/machine.py	Sat Sep 04 09:53:00 2010 +0200
+++ b/gamelib/scenes/machine.py	Sat Sep 04 10:38:14 2010 +0200
@@ -286,7 +286,7 @@
     INVENTORY_IMAGE = "manual.png"
     CURSOR = None
 
-    def interact_without(self, state):
+    def interact_without(self):
         return Result(detail_view='manual_detail')