98 lines
5.9 KiB
HTML
98 lines
5.9 KiB
HTML
<!DOCTYPE html><html><head><title> Night Watch </title><link rel="stylesheet" type="text/css" href="html_resources/style.css"></head><body><svg class="hidden_filter"><filter id="crunchy_blur" x="0" y="0"><feFlood x="4" y="4" height="2" width="2"/><feComposite width="6" height="6" in2="SourceGraphic"/><feTile result="a"/><feComposite in="SourceGraphic" in2="a" operator="in"/><feMorphology operator="dilate" radius="1.4"/><feGaussianBlur stdDeviation="2.2"></feGaussianBlur></filter></svg><div class="back"><a href="index.html"><</a></div>
|
|
<h1>
|
|
Night Watch
|
|
</h1>
|
|
<p>
|
|
There's the station. Michelle looks up. The morning twilight gives
|
|
the sky a pink hue. The station's clock shows 06:41.<br />
|
|
<span class="quote speech">Shit! Two minutes.</span><br />
|
|
She begins running for the platform. Warm air hits her face as she enters
|
|
the station – and the all too familiar stench of piss. She looks at
|
|
the signs. Something's off but she can't quite tell what.
|
|
She runs along, looking for her platform, until she reaches the other
|
|
end of the tunnel.<br />
|
|
It hits her: <span class="quote non-speech">Wait...
|
|
Where the hell is platform 6?</span><br />
|
|
She runs back. Platform 6 is nowhere to be seen.
|
|
</p>
|
|
<p>
|
|
Someone grabs her by
|
|
the shoulder.<br />
|
|
<span class="quote speech">Michelle?</span><br />
|
|
She opens her eyes and lifts her head, looking around in confusion.
|
|
It's dark. A tiny bit of flickering light illuminates the room
|
|
around her. Jack leans forward and sets a lantern with a candle on the
|
|
table.<br />
|
|
<span class="quote speech">Don't you wanna sleep in your bed?
|
|
Your body would appreciate it.</span><br />
|
|
She remembers. She was supposed to be on night watch until two.
|
|
<br />
|
|
<span class="quote speech">What time is it?</span><br />
|
|
<span class="quote speech">Three A.M.</span><br />
|
|
<span class="quote speech">Sorry.</span><br />
|
|
<span class="quote speech">All good, nothing happened.</span><br />
|
|
<span class="quote speech">What about the fire?</span><br />
|
|
<span class="quote speech">Still embers.</span><br />
|
|
<span class="quote speech">Phew.</span><br />
|
|
She stands up, holding on to the table for support with one hand while
|
|
moving her hair out of her face with the other. She thinks
|
|
<span class="quote non-speech">When did I fall asleep?</span>
|
|
Last thing she remembers, it was still bright outside.
|
|
<span class="quote non-speech">8 P.M.? No, it's June. 9 P.M.?</span>
|
|
She yawns.
|
|
</p>
|
|
<p>
|
|
Their attention gets abruptly captured by wolves howling. Michelle
|
|
suddenly feels very awake. Jack grabs a gun from the safe and checks
|
|
that it is loaded. Michelle opens a drawer and grabs her bow and quiver
|
|
with arrows. They walk over to the entrance and look around. It's
|
|
still dark outside, but barely bright enough to see. The sky over the
|
|
mountain ridge to the north-east is a faint green, the rest is deep blue
|
|
with stars. A pack of wolves is down by the river, minding their own
|
|
business. The two watch them for a while before concluding they probably
|
|
aren't a concern for now. Jack puts the gun into the
|
|
<span class="comment">holster?</span> on his belt and Michelle lays
|
|
bow and quiver down and sits by the embers.
|
|
</p>
|
|
<p>
|
|
She grabs a few sticks of dry fir, needles still attached, and pushes
|
|
them into the embers. After a bit of blowing on them, they go up in
|
|
flames. Jack dumps another pile of fir and other sticks onto it and they
|
|
both blow on the flames.
|
|
</p>
|
|
<p>
|
|
Soon enough, the fire is back in its full form. Jack goes inside and
|
|
reemerges with two <span class="comment">seat cushions?</span>,
|
|
blankets, and some snacks. They sit down next to
|
|
each other on the cushions on the ground, facing the fire.
|
|
Michelle feels her back getting cold and puts one of the blankets over
|
|
her shoulders. Jack seems to have other priorities – he opens
|
|
a preserved can of cashews and starts munching. She grabs a handful
|
|
and starts eating as well, staring into the warm glow of the flames.
|
|
The heat that starts radiating from the fire fills her body with a fuzzy
|
|
warmth.
|
|
</p>
|
|
<p>
|
|
She wakes up to find herself laying on her side, still facing the fire,
|
|
with her head on Jack's lap. She feels him twirling her hair through
|
|
his fingers. Everything around them is bright as day.<br />
|
|
She says: <span class="quote speech">I didn't know we were close
|
|
like that.</span><br />
|
|
<span class="quote speech">Sorry.</span> He stops.
|
|
<span class="quote speech">I don't think we are. You were just very
|
|
out of it.</span><br />
|
|
Michelle adjusts her pose, moving the arm she is laying on to a more
|
|
comfortable position, but stays put.<br />
|
|
<span class="quote speech">I'm fine with this. We can cringe about
|
|
it later... By the way, what time is it?</span><br />
|
|
Jack looks at his watch. She hears the segments of the metal
|
|
<span class="comment">wrist band?</span> moving near her ear.<br />
|
|
<span class="quote speech">Around 04:30 A.M.</span><br />
|
|
<span class="quote speech">Okay, good night.</span><br />
|
|
<span class="comment">Thank you to PineappleJoy for the inspiration
|
|
for this wonderful dialog. :)<br />
|
|
I'm not sure if I should keep it though, because this isn't
|
|
gonna go anywhere.</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>
|