diff gamelib/scenes/map.py @ 210:eb101b6fb3dd

Transparent message dialogs.
author Jeremy Thurgood <firxen@gmail.com>
date Thu, 26 Aug 2010 16:29:54 +0200
parents 12c66793db8f
children 2b820b4ba3bf
line wrap: on
line diff
--- a/gamelib/scenes/map.py	Thu Aug 26 14:59:29 2010 +0200
+++ b/gamelib/scenes/map.py	Thu Aug 26 16:29:54 2010 +0200
@@ -37,12 +37,12 @@
                 "JIM say 'Under the terms of the emergency conscription "
                 "act, I have downloaded the ship schematics to your "
                 "neural implant to help you navigate around the ship. "
-                "Please report to the bridge.'"),
+                "Please report to the bridge.'", style="JIM"),
                 Result(
                 "JIM continues 'Prisoner 84c7-d10dcfda0878. You are classed "
                 "as a class 1 felon. Obtaining access to the ship shematics "
                 "consitutes a level 2 offence and carries a minimal penalty "
-                "of an additional 3 years on you sentence.'"))
+                "of an additional 3 years on you sentence.'", style="JIM"))
 
 
 class DoorThing(Thing):