diff gamelib/scenes/cryo.py @ 144:29ba5456e8b3

Removed a bunch of cruft.
author Jeremy Thurgood <firxen@gmail.com>
date Tue, 24 Aug 2010 22:57:09 +0200
parents 4f18e68fd0dc
children a039d3b81b3d
line wrap: on
line diff
--- a/gamelib/scenes/cryo.py	Tue Aug 24 22:49:14 2010 +0200
+++ b/gamelib/scenes/cryo.py	Tue Aug 24 22:57:09 2010 +0200
@@ -108,13 +108,6 @@
         'door': "shut",
         }
 
-    SPEECH = [
-        "Sadly, this isn't that sort of game.",
-        "Your valiant efforts are foiled by the Evil Game Designer.",
-        "The door resists. Try something else, perhaps?",
-        "You bang on the door with the titanium femur. It makes a clanging sound.",
-    ]
-
     def interact_with_titanium_leg(self, item):
         if self.get_data('door') == "ajar":
             self.open_door()
@@ -133,7 +126,7 @@
             return Result("It moves slightly and then stops. A chain on the other side is preventing it from opening completely.")
         else:
             self.state.set_current_scene('map')
-            return Result("You leave the room, hoping to never return.")
+            return None
 
     def interact_default(self, item):
         return Result(random.choice([