diff gamelib/scenes/cryo.py @ 91:542ede2896bb

Link in femur inventory image.
author Simon Cross <hodgestar+bzr@gmail.com>
date Tue, 24 Aug 2010 00:38:14 +0200
parents 4625efe69c37
children ce23fad8ecb3
line wrap: on
line diff
--- a/gamelib/scenes/cryo.py	Tue Aug 24 00:35:52 2010 +0200
+++ b/gamelib/scenes/cryo.py	Tue Aug 24 00:38:14 2010 +0200
@@ -33,7 +33,7 @@
 class TitaniumLeg(Item):
     "Titanium leg, found on a piratical corpse."
 
-    INVENTORY_IMAGE = "titanium_leg.png"
+    INVENTORY_IMAGE = "titanium_femur.png"
 
 
 class CryoUnitAlpha(Thing):