diff 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
line wrap: on
line diff
--- a/gamelib/scenes/map.py	Sat Feb 11 12:20:12 2012 +0200
+++ b/gamelib/scenes/map.py	Sat Feb 11 12:23:54 2012 +0200
@@ -46,7 +46,8 @@
                 return ai1, make_jim_dialog("Prisoner %s, you are a "
                 "class 1 felon. Obtaining access to the ship's schematics "
                 "constitutes a level 2 offence and carries a minimal penalty "
-                "of an additional 3 years on your sentence." % PLAYER_ID, self.state)
+                "of an additional 3 years on your sentence." % PLAYER_ID,
+                self.state)
 
 
 class DoorThing(Thing):