# HG changeset patch # User Simon Cross # Date 1283034377 -7200 # Node ID b1e38ac3abb1a2212ffc82052023ab1c9b5c1870 # Parent 3dab4984cbd7ae1cac7eaf8574a47e0c07915512 Obliterated by meteors. diff -r 3dab4984cbd7 -r b1e38ac3abb1 gamelib/scenes/map.py --- 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):