comparison gamelib/scenes/map.py @ 435:19aff54b2e73

Many small fixes.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 28 Aug 2010 23:48:50 +0200
parents aba8e7895324
children b1e38ac3abb1
comparison
equal deleted inserted replaced
434:9bcb6148fc6b 435:19aff54b2e73
43 "Under the terms of the emergency conscription " 43 "Under the terms of the emergency conscription "
44 "act, I have downloaded the ship's schematics to your " 44 "act, I have downloaded the ship's schematics to your "
45 "neural implant to help you navigate around the ship.", 45 "neural implant to help you navigate around the ship.",
46 self.state) 46 self.state)
47 if ai1: 47 if ai1:
48 return ai1, make_jim_dialog("Prisoner %s, you are classed " 48 return ai1, make_jim_dialog("Prisoner %s, you are a "
49 "as a class 1 felon. Obtaining access to the ship's schematics " 49 "class 1 felon. Obtaining access to the ship's schematics "
50 "constitutes a level 2 offence and carries a minimal penalty " 50 "constitutes a level 2 offence and carries a minimal penalty "
51 "of an additional 3 years on your sentence.'" % PLAYER_ID, self.state) 51 "of an additional 3 years on your sentence." % PLAYER_ID, self.state)
52 52
53 53
54 class DoorThing(Thing): 54 class DoorThing(Thing):
55 55
56 # name of destination 56 # name of destination