comparison gamelib/scenes/mess.py @ 151:d00aa26941c4

Add machine and engine rooms to map. Fix typo in name of mess hall doorway thing.
author Simon Cross <hodgestar+bzr@gmail.com>
date Tue, 24 Aug 2010 23:38:04 +0200
parents 5e5d71e40e54
children 5845a3ed4dad
comparison
equal deleted inserted replaced
150:5e5d71e40e54 151:d00aa26941c4
95 95
96 96
97 class ToMap(Thing): 97 class ToMap(Thing):
98 "Way to map." 98 "Way to map."
99 99
100 NAME = "bridge.tomap" 100 NAME = "mess.tomap"
101 DEST = "map" 101 DEST = "map"
102 102
103 INTERACTS = { 103 INTERACTS = {
104 "door": InteractNoImage(20, 390, 85, 150), 104 "door": InteractNoImage(20, 390, 85, 150),
105 } 105 }