'pm' <Emily wake up again>: continue writing
parent
8732db2e29
commit
4cbfd08c29
|
@ -23,9 +23,26 @@
|
|||
sleep because I was worried about you little devil.</span>
|
||||
</p>
|
||||
<p>
|
||||
They get up and walk down the hallway towards the main control center.<br />
|
||||
They get up and walk down the hallway towards the main control center.
|
||||
<br />
|
||||
<span class="quote speech">While you were unconscious, I managed to get
|
||||
in touch with someone on Earth. Well, they really got in touch with me.</span>
|
||||
in touch with someone on Earth. Well, they really got in touch with
|
||||
me.</span><br />
|
||||
<span class="quote speech">So it is true that there are still people
|
||||
down there... How did they do that?</span><br />
|
||||
<span class="quote speech">There is some old, long disused radio
|
||||
equipment in the control center that they reactivated.</span><br />
|
||||
<span class="quote speech">How?</span><br />
|
||||
<span class="quote speech">That's something you're gonna
|
||||
have to ask them. Apparently, there is no way to fully disable it.
|
||||
They seem to have extensive technical documentation on all of our
|
||||
systems. I only noticed their activity when I heard a phone
|
||||
ringing in here and went to investigate.</span><br />
|
||||
They reach the door to the control center module. Lena punches her code
|
||||
into the keypad, a computer voice says
|
||||
<span class="quote speech">access authorized</span> and the door slides
|
||||
up.<br />
|
||||
<span class="quote speech"></span>
|
||||
</p>
|
||||
|
||||
<p class="copyright">Copyright © 2023-2025 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++) {if (lines[j].length >= 80) result = result + spans[j%2] + lines[j] + "</span>\n"; else result = result + spans[j%2] + lines[j] + " ".repeat(80-lines[j].length) + "</span>\n";} pre_texts[i].innerHTML = result;}</script></body></html>
|
||||
|
|
|
@ -121,6 +121,8 @@
|
|||
finishing her meal, <span class="quote speech">They have some abilities
|
||||
to remotely control things – including turning on the main radio
|
||||
transmitter.</span><br />
|
||||
<span class="comment">TODO: Emily already knows this, was mentioned in
|
||||
the chapter where she wakes up</span><br />
|
||||
She gets up and asks Emily to follow her to one of the consoles with a
|
||||
terminal. She sits down in front of it, logs on and enters a few
|
||||
commands.
|
||||
|
|
Loading…
Reference in New Issue