Compare commits
	
		
			No commits in common. "589bd82c0bdb97fea5f2554a09e9934620398883" and "f223d48a006111b147f5db91c9dbcb80505cdd4f" have entirely different histories. 
		
	
	
		
			589bd82c0b
			...
			f223d48a00
		
	
		|  | @ -4,50 +4,38 @@ | ||||||
| <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 feels dizzy and her body is filled with a burning sensation. |   She takes a step out of her preservation chamber, sits down on the floor | ||||||
|   She takes a step out of her preservation chamber and sits down on the |   with her arms over her knees, and rests her head on them.<br /> | ||||||
|   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 and Jack hands her a glass. After taking a couple sips, |   She lifts her head. Jack hands her a glass. She takes a couple sips before | ||||||
|   she sets it down, unsure whether it helps or makes it worse, and rests |   setting it down and resting her head again.<br /> | ||||||
|   her head again.<br /> |   <span class="quote speech">Not sure if that makes it better or worse. | ||||||
|   <span class="quote speech">Just let me sit here for a moment.</span><br /> |   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 year is it? ... and what's our |   <span class="quote speech">So what's our mission?</span><br /> | ||||||
|   mission?</span><br /> |   <span class="quote speech">Nothing. Uplink's dead.</span><br /> | ||||||
|   <span class="quote speech">Twenty-one-oh-six. We don't have a |   <span class="quote speech">What... What happened? What year is it?</span> | ||||||
|   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 /> | ||||||
|   Jack recounts his side of the events of the past <span class="comment"> |   <span class="quote speech">Twenty-one-oh-six.</span><br /> | ||||||
|   amount of time</span> as well as some of the things he had read about in |   <span class="quote speech">You're kidding me.</span><br /> | ||||||
|   the logs or talked about with Annie. |   <span class="quote speech">Nope. ... As for what happened to the uplink, | ||||||
|  |   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, start |   They step outside and, following what remains of the old path up to the | ||||||
|   walking. It is narrow and winded, overgrown, and has partially |   ground station, start making their way up the mountain. Jack goes ahead | ||||||
|   disappeared. Jack walks ahead, only half following the path, half making |   but stops after not too long, looking up and down and up again. | ||||||
|   it up as he goes. Michelle struggles to follow, slowly falling behind. |   <span class="quote speech">Well, that could be why the uplink isn't | ||||||
| </p> |   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 | ||||||
|   After a while, Jack stops abruptly, looking down at something, then up, |   of rubble. At the top of the mountain, teetering on the edge, are two | ||||||
|   then down again. Then, he turns to Michelle who is catching up to him |   buildings – all that's left of the ground station. The rest | ||||||
|   and says: <span class="quote speech">Well, that could be a reason why |   of the buildings and the dish lay strewn around in pieces down below. | ||||||
|   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 airlock as |         following any procedures such as operating the air lock 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 next to the airlock. Emily helps her all the way into the |   bench across from the air lock. 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 oxygen bottle is connected properly and the gauges read what they |   the air 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 airlock. Then, she repeats this |   findings, she carries it over to the air lock. 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 oxygen bottle. She lifts one |   through the airlock and looks for a full air 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 airlock, enters, closes the outside, and |   the habitat. She opens the air lock, 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