diff gamelib/scenes/cryo.py @ 103:0f799b6f40bc

Fix ajar door description
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 24 Aug 2010 11:41:10 +0200
parents 7590586180f5
children 65976205fc2d
line wrap: on
line diff
--- a/gamelib/scenes/cryo.py	Tue Aug 24 11:33:32 2010 +0200
+++ b/gamelib/scenes/cryo.py	Tue Aug 24 11:41:10 2010 +0200
@@ -118,7 +118,7 @@
     def get_description(self):
         if self.get_data('door') == "open":
             return 'An open doorway leads to the rest of the ship.'
-        elif self.get_data('door') == "open":
+        elif self.get_data('door') == "ajar":
             return "A rusty door.  It can't open all the way because of a chain on the other side."
         return 'A rusty door. It is currently closed.'