changeset 345:782ff7e53928

Make airlock warning not JIM's
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 28 Aug 2010 15:01:55 +0200
parents 93e52ee01b06
children 6a7562727964
files gamelib/scenes/map.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/scenes/map.py	Sat Aug 28 14:51:58 2010 +0200
+++ b/gamelib/scenes/map.py	Sat Aug 28 15:01:55 2010 +0200
@@ -132,9 +132,9 @@
 
     def interact_without(self):
         if not self.state.is_in_inventory('helmet'):
-            return Result("JIM says 'The engine room is in vacumn. I cannot"
-                    " open the airlock unless you have some suitable"
-                    " protective gear", style="JIM")
+            return Result('The airlock refuses to open. The automated'
+                    ' voice says "Hull breach beyond this door. Personnel'
+                    ' must be equipped for vacuum before entry"')
         else:
             return super(ToEngine, self).interact_without()