diff gamelib/scenes/cryo.py @ 228:ce1e85768f7b

Flavour interactions for mess hall
author Neil Muller <neil@dip.sun.ac.za>
date Thu, 26 Aug 2010 23:11:32 +0200
parents be4ac4418aa2
children ca490aecbe0e
line wrap: on
line diff
--- a/gamelib/scenes/cryo.py	Thu Aug 26 23:00:20 2010 +0200
+++ b/gamelib/scenes/cryo.py	Thu Aug 26 23:11:32 2010 +0200
@@ -172,6 +172,12 @@
     def is_interactive(self):
         return self.get_data('fixed')
 
+    def get_description(self):
+        if self.get_data('fixed'):
+            return "These pipes carry cooling fluid to the cryo units."
+        else:
+            return "There used to be a pipe carrying cooling fuild here"
+
 
 class CryoPipe(CloneableItem):
     "After emptying the full can."