comparison gamelib/scenes/cryo.py @ 271:e3a2d73e94f4

Hook up intact pipes
author Neil Muller <neil@dip.sun.ac.za>
date Fri, 27 Aug 2010 20:56:24 +0200
parents d4f08abc58fb
children 6d93e04036c9
comparison
equal deleted inserted replaced
270:d4f08abc58fb 271:e3a2d73e94f4
197 class CryoPipeLeft(CryoPipeBase): 197 class CryoPipeLeft(CryoPipeBase):
198 "Left cryo pipe." 198 "Left cryo pipe."
199 199
200 NAME = "cryo.pipe.left" 200 NAME = "cryo.pipe.left"
201 INTERACTS = { 201 INTERACTS = {
202 "fixed": InteractNoImage(125, 192, 27, 258), 202 "fixed": InteractImage(117, 226, "intact_cryo_pipe_left.png"),
203 "chopped": InteractImage(125, 192, "triangle.png"), 203 "chopped": InteractNoImage(125, 192, 27, 258),
204 } 204 }
205 205
206 206
207 class CryoPipeRight(CryoPipeBase): 207 class CryoPipeRight(CryoPipeBase):
208 "Left cryo pipe." 208 "Left cryo pipe."
209 209
210 NAME = "cryo.pipe.right" 210 NAME = "cryo.pipe.right"
211 INTERACTS = { 211 INTERACTS = {
212 "fixed": InteractNoImage(643, 199, 38, 233), 212 "fixed": InteractImage(645, 211, "intact_cryo_pipe_right.png"),
213 "chopped": InteractImage(643, 199, "triangle.png"), 213 "chopped": InteractNoImage(643, 199, 38, 233),
214 } 214 }
215 215
216 216
217 class TitaniumLeg(Item): 217 class TitaniumLeg(Item):
218 "Titanium leg, found on a piratical corpse." 218 "Titanium leg, found on a piratical corpse."