diff gamelib/scenes/cryo.py @ 167:5845a3ed4dad

Inventory interaction can (surprisingly) affect the inventory
author Neil Muller <neil@dip.sun.ac.za>
date Wed, 25 Aug 2010 12:21:16 +0200
parents 0db92b3b5833
children 6b3ccee6f3f9
line wrap: on
line diff
--- a/gamelib/scenes/cryo.py	Wed Aug 25 12:03:08 2010 +0200
+++ b/gamelib/scenes/cryo.py	Wed Aug 25 12:21:16 2010 +0200
@@ -84,9 +84,6 @@
     INVENTORY_IMAGE = "titanium_femur.png"
     CURSOR = CursorSprite('titanium_femur_cursor.png', 47, 3)
 
-    def interact_with_full_can(self, tool):
-        return Result("You club the can with the femur. It doesn't help")
-
 
 class CryoUnitAlpha(Thing):
     "Cryo unit containing titanium leg."