# HG changeset patch # User Neil Muller # Date 1282642870 -7200 # Node ID 0f799b6f40bc9797025e58f576f698801d43a226 # Parent 322cbc0a8ccee9ef7918863c99f838bc6b3f13ca Fix ajar door description diff -r 322cbc0a8cce -r 0f799b6f40bc gamelib/scenes/cryo.py --- 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.'