# HG changeset patch # User Jeremy Thurgood # Date 1378503562 -7200 # Node ID e0d27a11f49ab6297a464164e711e9bf8dabe8b4 # Parent 70f6917cad07f978670387be6a3809c1db9feefa# Parent a106d7e1415b625a0125b2cc8995d76f15267dcb Bleh. diff -r a106d7e1415b -r e0d27a11f49a data/levels/start --- 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: diff -r a106d7e1415b -r e0d27a11f49a nagslang/game_object.py --- 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 diff -r a106d7e1415b -r e0d27a11f49a source/story.txt --- 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 ========================