diff gamelib/scenes/map.py @ 376:41ee3fc71404

Tweaks to text and JIM background.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 28 Aug 2010 18:05:35 +0200
parents 452230d78541
children 308a433c4713
line wrap: on
line diff
--- a/gamelib/scenes/map.py	Sat Aug 28 18:02:49 2010 +0200
+++ b/gamelib/scenes/map.py	Sat Aug 28 18:05:35 2010 +0200
@@ -42,10 +42,10 @@
             ai1 = make_jim_dialog(
                 "Under the terms of the emergency conscription "
                 "act, I have downloaded the ship's schematics to your "
-                "neural implant to help you navigate around the ship. "
-                "Please report to the bridge.", self.state)
+                "neural implant to help you navigate around the ship.",
+                self.state)
             if ai1:
-                return ai1, make_jim_dialog("Prisoner %s. You are classed "
+                return ai1, make_jim_dialog("Prisoner %s, you are classed "
                 "as 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)