diff 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
line wrap: on
line diff
--- a/gamelib/scenes/map.py	Sat Aug 28 23:48:21 2010 +0200
+++ b/gamelib/scenes/map.py	Sat Aug 28 23:48:50 2010 +0200
@@ -45,10 +45,10 @@
                 "neural implant to help you navigate around the ship.",
                 self.state)
             if ai1:
-                return ai1, make_jim_dialog("Prisoner %s, you are classed "
-                "as a class 1 felon. Obtaining access to the ship's schematics "
+                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):