diff gamelib/scenes/cryo.py @ 136:d264850806dc

Better description handling in detail windows. (Sort of.)
author Jeremy Thurgood <firxen@gmail.com>
date Tue, 24 Aug 2010 20:35:31 +0200
parents b43599b7f8a2
children 4f18e68fd0dc
line wrap: on
line diff
--- a/gamelib/scenes/cryo.py	Tue Aug 24 20:33:20 2010 +0200
+++ b/gamelib/scenes/cryo.py	Tue Aug 24 20:35:31 2010 +0200
@@ -176,6 +176,9 @@
         self.scene.remove_thing(self)
         return Result("The skeletal occupant of this cryo unit has an artificial femur made of titanium. You take it.")
 
+    def get_description(self):
+        return "This femur looks synthetic."
+
 
 class CryoUnitWithCorpse(Scene):