comparison gamelib/scenes/crew_quarters.py @ 425:7907cd46c206

Spleling
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 28 Aug 2010 23:23:53 +0200
parents a95bfba3acd5
children 54853e61b149
comparison
equal deleted inserted replaced
424:8d8ccae862ee 425:7907cd46c206
89 self.set_interact('full_safe') 89 self.set_interact('full_safe')
90 return (Result("Even after centuries of neglect, the tumblers slide" 90 return (Result("Even after centuries of neglect, the tumblers slide"
91 " almost silently into place. Turns out the combination" 91 " almost silently into place. Turns out the combination"
92 " was '1 2 3 4 5'. An idiot must keep his luggage in" 92 " was '1 2 3 4 5'. An idiot must keep his luggage in"
93 " here."), 93 " here."),
94 make_jim_dialog("Prisoner %s, you have been observed commiting a felony violation. " 94 make_jim_dialog("Prisoner %s, you have been observed committing a felony violation. "
95 "This will go onto your permanent record, and your sentence may be extended by up to twenty years." 95 "This will go onto your permanent record, and your sentence may be extended by up to twenty years."
96 % PLAYER_ID, self.state)) 96 % PLAYER_ID, self.state))
97 97
98 def get_description(self): 98 def get_description(self):
99 return "Ah, a vintage Knoxx & Co. model QR3. Quaint, but reasonably secure." 99 return "Ah, a vintage Knoxx & Co. model QR3. Quaint, but reasonably secure."