changeset 91:542ede2896bb

Link in femur inventory image.
author Simon Cross <hodgestar+bzr@gmail.com>
date Tue, 24 Aug 2010 00:38:14 +0200
parents 8aca32bc7fb3
children 642d84501fe3
files gamelib/scenes/cryo.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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):