changeset 383:e0d27a11f49a

Bleh.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 06 Sep 2013 23:39:22 +0200
parents 70f6917cad07 (diff) a106d7e1415b (current diff)
children 9efc1ab833c8
files
diffstat 3 files changed, 31 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/data/levels/start	Fri Sep 06 23:36:08 2013 +0200
+++ b/data/levels/start	Fri Sep 06 23:39:22 2013 +0200
@@ -7,6 +7,14 @@
   - [300, 300]
   - 180
   classname: Door
+- args:
+  - [300, 125]
+  - '"Assessment authorisation for Pandora Station, pursuant to the ongoing claims investigation" -- just another day at the office.'
+  classname: Note
+- args:
+  - [300, 425]
+  - 'Note to self: Practice using tools and weapons during "that time of the month". We don''t want a repeat of last time. Or the time before.'
+  classname: Note
 lines: []
 polygons:
   1:
--- a/nagslang/game_object.py	Fri Sep 06 23:36:08 2013 +0200
+++ b/nagslang/game_object.py	Fri Sep 06 23:39:22 2013 +0200
@@ -228,6 +228,7 @@
     zorder = ZORDER_FLOOR
 
     def __init__(self, space, position, message):
+        print repr(message)
         body = make_body(None, None, position)
         self.shape = pymunk.Circle(body, 30)
         self.shape.sensor = True
--- a/source/story.txt	Fri Sep 06 23:36:08 2013 +0200
+++ b/source/story.txt	Fri Sep 06 23:39:22 2013 +0200
@@ -25,13 +25,34 @@
 Also start screen and stats display. Exits to Load, Save, New Game,
 Help and Quit.
 
+Notes:
+
+ * "Assessment authorisation for Pandora Station, pursuant to the ongoing
+   claims investigation" -- just another day at the office.
+
+ * Note to self: Practice using tools and weapons during 'that time of the
+   month'. We don't want a repeat of last time. Or the time before.
+
 
 Scene 2: Airlock and Cargo Area
 ===============================
 
-Airlock. Wing with cargo boxes. Wing with vehicles. Exis to living
+Airlock. Wing with cargo boxes. Wing with vehicles. Exits to living
 quarters.
 
+Notes:
+
+ * NOTICE TO ALL PERSONNEL: NO VEHICLES MAY BE TAKEN OFF-BASE WITHOUT A
+   SIGNED FORM A37RF-Q
+
+ * NOTICE TO ALL PERSONNEL: ALL RECREATION MUST BE RESTRICTED TO THE DEGINATED
+   RECREATIONAL AREAS
+
+ * NOTICE TO ALL PERSONNEL: IN THE EVENT OF CASE NIGHTMARE GREEN PLEASE REPORT
+   TO YOUR DUTY STATIONS PROMPTLY
+
+ * NOTICE TO ALL PERSONNEL: IN THE INTERESTS OF A HAPPY WORKPLACE UNHAPPINESS
+   IS DISCOURAGED
 
 Scene 3: Living quarters
 ========================