diff gamelib/scenes/scene_widgets.py @ 435:19aff54b2e73

Many small fixes.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 28 Aug 2010 23:48:50 +0200
parents 452230d78541
children 54853e61b149
line wrap: on
line diff
--- a/gamelib/scenes/scene_widgets.py	Sat Aug 28 23:48:21 2010 +0200
+++ b/gamelib/scenes/scene_widgets.py	Sat Aug 28 23:48:50 2010 +0200
@@ -171,11 +171,7 @@
         return 'An open doorway leads to the rest of the ship.'
 
     def interact_default(self, item):
-        return Result(random.choice([
-            "Sadly, this isn't that sort of game.",
-            "Your valiant efforts are foiled by the Evil Game Designer.",
-            "Waving that in the doorway does nothing. Try something else, perhaps?",
-            ]))
+        return self.interact_without()
 
 
 def make_jim_dialog(mesg, state):