Compare commits
	
		
			2 Commits 
		
	
	
		
			f223d48a00
			...
			589bd82c0b
		
	
	| Author | SHA1 | Date | 
|---|---|---|
|  BodgeMaster | 589bd82c0b | |
|  BodgeMaster | 277c65e3f9 | 
|  | @ -4,38 +4,50 @@ | ||||||
| <p> | <p> | ||||||
|   <span class="quote speech">Morning Michelle!</span><br /> |   <span class="quote speech">Morning Michelle!</span><br /> | ||||||
|   <span class="quote speech">Ugh.</span><br /> |   <span class="quote speech">Ugh.</span><br /> | ||||||
|   She takes a step out of her preservation chamber, sits down on the floor |   She feels dizzy and her body is filled with a burning sensation. | ||||||
|   with her arms over her knees, and rests her head on them.<br /> |   She takes a step out of her preservation chamber and sits down on the | ||||||
|  |   floor in front of it, putting her arms over her knees to rest her head. | ||||||
|  |   <br /> | ||||||
|   <span class="quote speech">I'm gonna ... need a moment.</span><br /> |   <span class="quote speech">I'm gonna ... need a moment.</span><br /> | ||||||
|   <span class="quote speech">Water?</span><br /> |   <span class="quote speech">Water?</span><br /> | ||||||
|   She lifts her head. Jack hands her a glass. She takes a couple sips before |   She lifts her head and Jack hands her a glass. After taking a couple sips, | ||||||
|   setting it down and resting her head again.<br /> |   she sets it down, unsure whether it helps or makes it worse, and rests | ||||||
|   <span class="quote speech">Not sure if that makes it better or worse. |   her head again.<br /> | ||||||
|   Just let me sit here for a moment.</span><br /> |   <span class="quote speech">Just let me sit here for a moment.</span><br /> | ||||||
|   After a while, she lifts her head again.<br /> |   After a while, she lifts her head again.<br /> | ||||||
|   <span class="quote speech">So what's our mission?</span><br /> |   <span class="quote speech">So what year is it? ... and what's our | ||||||
|   <span class="quote speech">Nothing. Uplink's dead.</span><br /> |   mission?</span><br /> | ||||||
|   <span class="quote speech">What... What happened? What year is it?</span> |   <span class="quote speech">Twenty-one-oh-six. We don't have a | ||||||
|  |   mission, uplink's dead.</span><br /> | ||||||
|  |   <span class="quote speech">You're kidding.</span><br /> | ||||||
|  |   <span class="quote speech">Nope.</span><br /> | ||||||
|  |   <span class="quote speech">How'd you get woken up then?</span><br /> | ||||||
|  |   <span class="quote speech">Technical failure.</span><br /> | ||||||
|  |   <span class="quote speech">You survived that?</span><br /> | ||||||
|  |   <span class="quote speech">That was the least of my challenges.</span> | ||||||
|   <br /> |   <br /> | ||||||
|   <span class="quote speech">Twenty-one-oh-six.</span><br /> |   Jack recounts his side of the events of the past <span class="comment"> | ||||||
|   <span class="quote speech">You're kidding me.</span><br /> |   amount of time</span> as well as some of the things he had read about in | ||||||
|   <span class="quote speech">Nope. ... As for what happened to the uplink, |   the logs or talked about with Annie. | ||||||
|   I can't tell you. I've spent the past <span class="comment"> |  | ||||||
|   idk what amount of time</span> trapped in here.</span><br /> |  | ||||||
|   Jack recounts the recent events as well as some of the things he had read |  | ||||||
|   about in the logs. |  | ||||||
| </p> | </p> | ||||||
| <p class="comment">missing section</p> | <p class="comment">missing section</p> | ||||||
| <p> | <p> | ||||||
|   They step outside and, following what remains of the old path up to the |   They step outside and, following what remains of the old path, start | ||||||
|   ground station, start making their way up the mountain. Jack goes ahead |   walking. It is narrow and winded, overgrown, and has partially | ||||||
|   but stops after not too long, looking up and down and up again. |   disappeared. Jack walks ahead, only half following the path, half making | ||||||
|   <span class="quote speech">Well, that could be why the uplink isn't |   it up as he goes. Michelle struggles to follow, slowly falling behind. | ||||||
|   working...</span> Michelle catches up to him to find the path ending | </p> | ||||||
|   abruptly where a landslide had left nothing but a cliff and a huge pile | <p> | ||||||
|   of rubble. At the top of the mountain, teetering on the edge, are two |   After a while, Jack stops abruptly, looking down at something, then up, | ||||||
|   buildings – all that's left of the ground station. The rest |   then down again. Then, he turns to Michelle who is catching up to him | ||||||
|   of the buildings and the dish lay strewn around in pieces down below. |   and says: <span class="quote speech">Well, that could be a reason why | ||||||
|  |   the uplink is down – it literally <i>is down</i>...</span>. | ||||||
|  |   Michelle reaches the edge and and sees what Jack had stopped for: | ||||||
|  |   A huge ravine estends towards the top of the mountain where a landslide | ||||||
|  |   had left nothing but a cliff and a huge pile of rubble. At the top of | ||||||
|  |   the mountain, teetering on the edge, are two buildings – all | ||||||
|  |   that's left of the ground station. The rest of the buildings and | ||||||
|  |   the dish lay strewn around in pieces down below. | ||||||
| </p> | </p> | ||||||
| 
 | 
 | ||||||
| <p class="copyright">Copyright © 2023 Jan Danielzick (aka. BodgeMaster) – All rights reserved.</p><script>let spans = ["<span class=\"paper green\">", "<span>"]; let pre_texts = document.getElementsByTagName("pre"); for (let i = 0; i < pre_texts.length; i++) {if (pre_texts[i].className != "paper") continue; let lines = pre_texts[i].innerHTML.split("\n"); let result = ""; for (let j = 0; j < lines.length; j++) {result = result + spans[j%2] + lines[j] + " ".repeat(80-lines[j].length) + "</span>\n";} pre_texts[i].innerHTML = result;}</script></body></html> | <p class="copyright">Copyright © 2023 Jan Danielzick (aka. BodgeMaster) – All rights reserved.</p><script>let spans = ["<span class=\"paper green\">", "<span>"]; let pre_texts = document.getElementsByTagName("pre"); for (let i = 0; i < pre_texts.length; i++) {if (pre_texts[i].className != "paper") continue; let lines = pre_texts[i].innerHTML.split("\n"); let result = ""; for (let j = 0; j < lines.length; j++) {result = result + spans[j%2] + lines[j] + " ".repeat(80-lines[j].length) + "</span>\n";} pre_texts[i].innerHTML = result;}</script></body></html> | ||||||
|  |  | ||||||
|  | @ -56,7 +56,7 @@ | ||||||
|     Emily returns inside and goes to a room with a view of the sky |     Emily returns inside and goes to a room with a view of the sky | ||||||
|     <ul> |     <ul> | ||||||
|       <li class="comment"> |       <li class="comment"> | ||||||
|         following any procedures such as operating the air lock as |         following any procedures such as operating the airlock as | ||||||
|         robot-like as possible |         robot-like as possible | ||||||
|       </li> |       </li> | ||||||
|       <li class="comment"> |       <li class="comment"> | ||||||
|  | @ -75,7 +75,7 @@ | ||||||
|   Emily and Lena start putting on their space suits. Emily is done |   Emily and Lena start putting on their space suits. Emily is done | ||||||
|   relatively quickly while Lena makes slow progress as she struggles to |   relatively quickly while Lena makes slow progress as she struggles to | ||||||
|   keep her balance. Half-way through, she gives up, sitting down on the |   keep her balance. Half-way through, she gives up, sitting down on the | ||||||
|   bench across from the air lock. Emily helps her all the way into the |   bench next to the airlock. Emily helps her all the way into the | ||||||
|   suit. Lena sits there for a moment, heavily breathing, while Emily waits. |   suit. Lena sits there for a moment, heavily breathing, while Emily waits. | ||||||
|   <br /> |   <br /> | ||||||
|   <span class="quote speech">Sorry, I can't... I feel exhausted.</span> |   <span class="quote speech">Sorry, I can't... I feel exhausted.</span> | ||||||
|  | @ -84,11 +84,11 @@ | ||||||
|   Emily takes their helmets and brings them into the airlock. She returns |   Emily takes their helmets and brings them into the airlock. She returns | ||||||
|   for a life support unit, pulls it out of the rack in the wall, and sets |   for a life support unit, pulls it out of the rack in the wall, and sets | ||||||
|   it down on the floor. Following a mental checklist, she makes sure that |   it down on the floor. Following a mental checklist, she makes sure that | ||||||
|   the air bottle is connected properly and the gauges read what they |   the oxygen bottle is connected properly and the gauges read what they | ||||||
|   should. Everything okay... or is it? She double-checks with the check |   should. Everything okay... or is it? She double-checks with the check | ||||||
|   list on the wall. Yes, this unit is ready. She triple-checks everything |   list on the wall. Yes, this unit is ready. She triple-checks everything | ||||||
|   – first time it actually matters. Reasonably satisfied with her |   – first time it actually matters. Reasonably satisfied with her | ||||||
|   findings, she carries it over to the air lock. Then, she repeats this |   findings, she carries it over to the airlock. Then, she repeats this | ||||||
|   procedure for the second unit. Finally, she helps Lena up and they get |   procedure for the second unit. Finally, she helps Lena up and they get | ||||||
|   into the airlock. |   into the airlock. | ||||||
| </p> | </p> | ||||||
|  | @ -146,7 +146,7 @@ | ||||||
| <p> | <p> | ||||||
|   The conversation is interrupted by the beeping of Lena's low oxygen |   The conversation is interrupted by the beeping of Lena's low oxygen | ||||||
|   alarm going off. Emily gets up and walks back to the habitat. She enters |   alarm going off. Emily gets up and walks back to the habitat. She enters | ||||||
|   through the airlock and looks for a full air bottle. She lifts one |   through the airlock and looks for a full oxygen bottle. She lifts one | ||||||
|   out of its rack and carries it back to Lena. She opens the life support |   out of its rack and carries it back to Lena. She opens the life support | ||||||
|   unit and closes the valves on it and the empty bottle, then she replaces |   unit and closes the valves on it and the empty bottle, then she replaces | ||||||
|   it and opens the valves again. Just as she is done with that, her own |   it and opens the valves again. Just as she is done with that, her own | ||||||
|  | @ -169,7 +169,7 @@ | ||||||
| </p> | </p> | ||||||
| <p> | <p> | ||||||
|   Her oxygen alarm goes off. Absentmindedly, she gets up and returns to |   Her oxygen alarm goes off. Absentmindedly, she gets up and returns to | ||||||
|   the habitat. She opens the air lock, enters, closes the outside, and |   the habitat. She opens the airlock, enters, closes the outside, and | ||||||
|   enters the inside. As she is putting away her suit, she realizes that |   enters the inside. As she is putting away her suit, she realizes that | ||||||
|   she had been following the procedures from muscle memory without even |   she had been following the procedures from muscle memory without even | ||||||
|   thinking about them. She walks to the <span class="comment">???</span> |   thinking about them. She walks to the <span class="comment">???</span> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue