comparison gamelib/scenes/map.py @ 540:e0d2ec1d9720

pep8cleanups
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 11 Feb 2012 12:23:54 +0200
parents 0ce08d5e2acb
children 098ea4ea0d0d
comparison
equal deleted inserted replaced
539:11530992924a 540:e0d2ec1d9720
44 self.state) 44 self.state)
45 if ai1: 45 if ai1:
46 return ai1, make_jim_dialog("Prisoner %s, you are a " 46 return ai1, make_jim_dialog("Prisoner %s, you are a "
47 "class 1 felon. Obtaining access to the ship's schematics " 47 "class 1 felon. Obtaining access to the ship's schematics "
48 "constitutes a level 2 offence and carries a minimal penalty " 48 "constitutes a level 2 offence and carries a minimal penalty "
49 "of an additional 3 years on your sentence." % PLAYER_ID, self.state) 49 "of an additional 3 years on your sentence." % PLAYER_ID,
50 self.state)
50 51
51 52
52 class DoorThing(Thing): 53 class DoorThing(Thing):
53 54
54 # name of destination 55 # name of destination