changeset 103:0f799b6f40bc

Fix ajar door description
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 24 Aug 2010 11:41:10 +0200
parents 322cbc0a8cce
children ae76009a00b5
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 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.'