comparison gamelib/scenes/cryo.py @ 183:829551aad0f1

Add some flavour descriptions
author Neil Muller <neil@dip.sun.ac.za>
date Wed, 25 Aug 2010 15:46:03 +0200
parents 5cb3fbe61f75
children c18ef647ffe6
comparison
equal deleted inserted replaced
182:5cb3fbe61f75 183:829551aad0f1
36 super(Cryo, self).__init__(state) 36 super(Cryo, self).__init__(state)
37 self.add_item(TitaniumLeg("titanium_leg")) 37 self.add_item(TitaniumLeg("titanium_leg"))
38 self.add_thing(CryoUnitAlpha()) 38 self.add_thing(CryoUnitAlpha())
39 self.add_thing(CryoRoomDoor()) 39 self.add_thing(CryoRoomDoor())
40 self.add_thing(CryoComputer()) 40 self.add_thing(CryoComputer())
41 # Flavour items
42 # pipes
43 self.add_thing(GenericDescThing('cryo.pipes', 1,
44 "These pipes carry cooling fluid to the cryo units.",
45 (
46 (552, 145, 129, 66),
47 (621, 191, 69, 227),
48 (636, 82, 165, 60),
49 (756, 127, 52, 393),
50 (140, 135, 112, 73),
51 (125, 192, 27, 258),
52 (11, 63, 140, 67),
53 (2, 130, 44, 394),
54 )))
55 # leaks
56 self.add_thing(GenericDescThing('cryo.leaks', 2,
57 "Fluid leaks disturbingly from the bulkheads",
58 (
59 (444, 216, 125, 67),
60 (44, 133, 74, 107),
61 )))
62 # cryo units
41 self.add_thing(GenericCryoUnit(2, 63 self.add_thing(GenericCryoUnit(2,
42 "An empty cryo chamber.", 64 "An empty cryo chamber.",
43 "Prisoner 81e4-c8900480e635. Embezzlement. 20 years.", 65 "Prisoner 81e4-c8900480e635. Embezzlement. 20 years.",
44 ( 66 (
45 (155, 430, 50, 35), 67 (155, 430, 50, 35),