comparison gamelib/scenes/cryo.py @ 224:8d8aef45db4e

fixed some typos
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Thu, 26 Aug 2010 22:25:42 +0200
parents 326300c218a6
children a5325919342e
comparison
equal deleted inserted replaced
223:10d3265f0bfa 224:8d8aef45db4e
121 (517, 487, 42, 93), 121 (517, 487, 42, 93),
122 ))) 122 )))
123 123
124 self.add_thing(GenericCryoUnit(8, 124 self.add_thing(GenericCryoUnit(8,
125 "An empty cryo unit.", 125 "An empty cryo unit.",
126 "Prisoner A455-9DF9F43C43E5. Medical Malpractice. 10 years.", 126 "Prisoner A455-9DF9F43C43E5. Medical malpractice. 10 years.",
127 ( 127 (
128 (596, 419, 69, 39), 128 (596, 419, 69, 39),
129 (616, 442, 82, 40), 129 (616, 442, 82, 40),
130 (648, 467, 84, 37), 130 (648, 467, 84, 37),
131 (681, 491, 97, 60), 131 (681, 491, 97, 60),
137 background_playlist = PlayList(pieces, random=True, repeat=True) 137 background_playlist = PlayList(pieces, random=True, repeat=True)
138 change_playlist(background_playlist) 138 change_playlist(background_playlist)
139 if self.get_data('greet'): 139 if self.get_data('greet'):
140 self.set_data('greet', False) 140 self.set_data('greet', False)
141 return Result( 141 return Result(
142 "You hear a voice: 'Greetings Prisoner %s. " 142 "You hear a voice: 'Greetings, Prisoner %s. "
143 "This is the Judicial Incarceration Monitor. " 143 "This is the Judicial Incarceration Monitor. "
144 "You have been woken early under the terms of the " 144 "You have been woken early under the terms of the "
145 "emergency conscription act to help with repairs to " 145 "emergency conscription act to help with repairs to "
146 "the ship. Your behaviour during this time will " 146 "the ship. Your behaviour during this time will "
147 "be added to your record and will be relayed to " 147 "be added to your record and will be relayed to "