changeset 444:b1e38ac3abb1

Obliterated by meteors.
author Simon Cross <hodgestar+bzr@gmail.com>
date Sun, 29 Aug 2010 00:26:17 +0200
parents 3dab4984cbd7
children ef39ffe3fcc2
files gamelib/scenes/map.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/scenes/map.py	Sun Aug 29 00:24:40 2010 +0200
+++ b/gamelib/scenes/map.py	Sun Aug 29 00:26:17 2010 +0200
@@ -189,7 +189,7 @@
 
     def interact_without(self):
         return Result("You look in the door, but just see empty space: "
-                      "that room appears to be missing.")
+                      "that room appears to have been obliterated by meteors.")
 
 
 class HydroponicsArea(Thing):