comparison gamelib/scenes/map.py @ 444:b1e38ac3abb1

Obliterated by meteors.
author Simon Cross <hodgestar+bzr@gmail.com>
date Sun, 29 Aug 2010 00:26:17 +0200
parents 19aff54b2e73
children af2a23b9787d
comparison
equal deleted inserted replaced
443:3dab4984cbd7 444:b1e38ac3abb1
187 187
188 INITIAL = 'areas' 188 INITIAL = 'areas'
189 189
190 def interact_without(self): 190 def interact_without(self):
191 return Result("You look in the door, but just see empty space: " 191 return Result("You look in the door, but just see empty space: "
192 "that room appears to be missing.") 192 "that room appears to have been obliterated by meteors.")
193 193
194 194
195 class HydroponicsArea(Thing): 195 class HydroponicsArea(Thing):
196 NAME = 'map.hydroponics' 196 NAME = 'map.hydroponics'
197 197