@supports(display: grid) { :root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); box-shadow: calc(var(--search-height) / 2 * -1) 0 calc(var(--search-height) / 2) rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; } }
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu { pointer-events: none; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; pointer-events: none; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after { opacity: 0; pointer-events: none; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; width: var(--body-width-on-desktop, 45.75rem); max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @supports (-webkit-hyphens:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before, #side-bar:hover .close-menu::after { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } }
by PlaguePJP
Fine Dine and Good Spirits - PlaguePJP
{$comments2}
{$doesthisfixthebug}

The entrance into SCP-5594.
Special Containment Procedures: A perimeter has been established around the border of SCP-5594, members of the general populace are to be refused entry and amnesticised if needed. Personnel are not to enter into any mineshaft.
The remaining eleven members of SCP-5594's population have been relocated and amnesticised. Efforts to locate and amnesticize former residents of SCP-5594 who may have been witness to anomalous phenomena are ongoing.
Description: SCP-5594 is Middalia, a former coal-mining town in central Kentucky, USA and the anomalous phenomena surrounding it.


In May 1962, a landfill was ignited during a controlled disposal effort by the local fire department. The fire spread into an unsealed mineshaft entrance, quickly expanding underground and into the connected coal veins. The following anomalous phenomena occurred subsequently:
- Multiple residents and visitors of SCP-5594 disappearing within the town borders. The resulting search and rescue efforts were unsuccessful or ended in additional disappearances.
- The spontaneous disappearance of non-anomalous objects.
- Surrounding wildlife, specifically livestock from surrounding farms, entering the town in droves.
- A single tree being felled without an observable cause.1
- The appearance of SCP-5594-1.
The enduring fire and various anomalous events caused a mass exodus of SCP-5594's population over the last 60 years.
SCP-5594 is inhabited by three spectral entities, collectively designated SCP-5594-1. Based on their appearances, they are believed to be the spirits of deceased miners Cecil Anderson, Jameson Lancaster, and Kevin McPadden. These individuals died in 1890 as a result of the only fatal mine collapse in Middalia's history. SCP-5594-1 is believed to occupy the burning mines, although they have been seen wandering the streets of SCP-5594 on rare occasions.
Addendum 5594.1: D-Class Expedition
The following are transcripts of D-60173's investigation into SCP-5594. D-60173 was tethered and given a heat-proof armor, oxygen tank, and night-vision goggles.
TRANSCRIPT
«BEGIN LOG»

A smoke plume a few meters away from the insertion point.
D-60173: You're still hearing me right?
Dr. Quinsin: Loud and clear. Proceed.
D-60173: Sounds good.
(D-60173 enters the unsealed mineshaft and proceeds down a shallow decline leading to a sharp right turn and a steeper decline. He slides downward and enables the night vision goggles and camera.)
D-60173: Why wasn't I just given like a flashlight or something?
Dr. Quinsin: You're going to need both of your hands.
D-60173: Wouldn't a headlamp have sufficed?
Dr. Quinsin: You're covered in almost 50,000 dollars worth of technology, why would you want a headlamp?
D-60173: You're not the one carrying all of it.
(D-60173 continues forward for the next fifteen minutes as cracks in the ground filter smoke in and through the veins, obstructing D-60173's vision. At the end of a tunnel is a steep drop. D-60173 is instructed to use an anchor and rope to rappel downward. He complies, landing in a tunnel flooded in a black liquid. The temperature of the cave is at 93°C.)
Dr. Quinsin: Is that water?
D-60173: I don't think so. It's too thick.
Dr. Quinsin: Grab a sample and watch where you're stepping, there could be a hole somewhere in there.
D-60173: Don't you guys have, I don't know, robots or drones for this type of stuff?
Dr. Quinsin: We do. Why do you ask?
D-60173: Sending me down here, alone, with no means to protect myself feels… antiquated.
Dr. Quinsin: I mean, we can't arm you — there's no reason for you to be armed at all. It's a flaming cave, not a warzone.
(D-60173 continues forward, then suddenly stops.)
Dr. Quinsin: What happened?
D-60173: Something just bumped into my leg. It's under my foot. Should I grab it?
Dr. Quinsin: Is it moving?
D-60173: I— I don't think so.
Dr. Quinsin: Grab it, please.
(D-60173 hesitantly bends down and pushes his hand through the viscous liquid. He takes a step back and pulls the object out, revealing it to be a skeletal hand embedded into the handle of a rusted pickaxe. After realizing what it is, D-60173 immediately releases the object.)
D-60173: Jesus christ what the fuck is this—
(Laughter is heard from behind. The camera quickly turns around, finding the same empty corridor as before. D-60173 begins to quicken in pace.)
D-60173: I know you must see spooky bullshit like this every day, but I don't. You threw me to the goddamn lions!
Dr. Quinsin: I get it. Please, just go forward and we'll discuss this later.
D-60173: You're a real bastard, you know that?
Dr. Quinsin: There will be time to talk later. As of right now, I need you to continue forward
(D-60173 enters an upwards stretch of the mine that quickly levels out into a short path ending in the crossroads. One end has a human-made arched tunnel, the other is a continuation of the vein.)

Still frame from D-60173's bodycamera.
Dr. Quinsin: Let's try left.
(The camera feed cuts out for three seconds. The microphone experiences a slight connection breakdown. Through the static, D-60173 is heard vocalizing distress. When the camera feed reconnects, the image is seen against a dead end.)
Dr. Quinsin: Are you okay?
D-60173: I— I don't know what this goddamn place is doing.
Dr. Quinsin: What happened?
D-60173: The path kept going— This wall wasn't here when I started walking through!
(Heavy footsteps are heard from behind D-60173 followed by the echoes of metal clashing with stone.)
D-60173: Do you hear—
(The sound of sawing and another metallic clash.)
Dr. Quinsin: Yeah I do, we're gonna take you out for now. Come on.
(D-60173 exits the crossroads and proceeds through the previous path. D-60173 trips, landing on his stomach.)
D-60173: Shit! Shit!
(The connection between microphones begins to deteriorate.)
Dr. Quinsin: Wh— you okay? Get—
(The camera feed shows it scraping against the ground. D-60173 yells.)
Dr. Quinsin: Stay— get you— soon.
(Heavy breathing is heard from D-60173, then the echoes of uproarious laughter.)
(The camera indicates that D-60173 has turned right. He manages to flip on his back, showing the now ripped tether being dragged by an invisible force.)
(A connection is reformed.)
Dr. Quinsin: Hey-hey-hey! Can you hear me? What's going on?
D-60173: I don't know! Help me! Do something!
(D-60173's motion suddenly ceases. He is lying on the ground in front of a large, circular crevice; smoke pours from it.)
D-60173: Shit I can't get up! Something's pressing on me. Whatever you are, please, I'm begging you, don't kill me. (Yelling) Help! Help!
(D-60173 is abruptly launched down the gap as echoes of howling laughter swell around him. Before landing, D-60173 appears to be cushioned and dropped into a pool of water.)
«END LOG»
TRANSCRIPT
«BEGIN LOG»
Dr. Quinsin: Are you okay? Where are you?
D-60173: I— I don't know what—
(D-60173 pans around, finding himself to be in massive, open expanse stretching at least 500 meters in each direction. The temperature of this area noticeably cooler.)
SCP-5594-1A: (From behind D-606173) Hehehe! Welcome, pal!
D-60173: What the fuck!


SCP-5594-1B: You think we went a bit too far? Look at 'em.
SCP-5594-1A: He's fine! Just a bit wet is all. (Laughter) My lord, that was a treat!
SCP-5594-1C: You didn't have to toss him down here.
SCP-5594-1A: How else would we have gotten him down 'ere, dimwit?
Dr. Quinsin: Hello?
D-60173: Uh— I— Yeah?
Dr. Quinsin: Can you put me on the speaker, please. Should be on the right side of the camera apparatus.
(D-60173 complies while the spectral entities continue to argue.)
SCP-5594-1A: Fine! How about you take the reins then!
Dr. Quinsin: Excuse me?
(SCP-5594-1 collectively become silent and glace around.)
SCP-5594-1B: The hell was that? That you fella?
D-60173: No-no-no. Please. I—
Dr. Quinsin: It's me, I'm in a different location.
(The entities approach D-60173.)
SCP-5594-1C: What's that wacky little contraption? Is this like them black rectangles?
SCP-5594-1A: (Yelling) TINY VOICE? IS YOU OKAY IN THERE?
Dr. Quinsin: I can hear you fine no need to shout. Do you three happen to be Cecil Anderson, Jameson Lancaster, and Kevin McPadden?
SCP-5594-1C: I would be Kevin, that man right there (Pointing to -1B) is Jameson, and the big fella over there (Pointing to -1A) would be Cecil.
Dr. Quinsin: You died in these mines correct?
SCP-5594-1B: Sure did.
Dr. Quinsin: I believe I overheard Mr. Anderson insinuate that you three were responsible for the activity in the mines above us. Is this true?
(Turning to a slight huddle, SCP-5594-1 begin to discuss among themselves.)
SCP-5594-1B: What was that word?
SCP-5594-1C: Insinuate?
SCP-5594-1A: What does that mean?
SCP-5594-1C: What's what mean?
SCP-5594-1A: Insinuate, moron. What's he sayin' 'bout me?
SCP-5594-1B: You think he insulted you?
SCP-5594-1A: Yeah I do. And I'm not gonna take that from no machine.
SCP-5594-1B: You right—
Dr. Quinsin: I can hear you and insinuate is not an insult nor am I a machine. I'm asking if you three caused all the oddit— weird things a few minutes ago.
SCP-5594-1A: Oh yeah those were pranks.
(D-60173 stands and begins to look around; the area he is in is barren, save for a couch, table, a pile of wood, and television set with various items beside it. He turns to his left, finding a pile of human skeletons.)
D-60173: Holy shit! What did you do to them?
SCP-5594-1C: Wait, okay, I know how this looks. We can explain.
(Pause.)
D-60173: Well?
SCP-5594-1C: Oh. Usually they don't let us get this far.
D-60173: Oh my god, did I pick up one of their hands?
SCP-5594-1B: You said hand? Where was it?
D-60173: Why?
SCP-5594-1B: I've been piecin' our skeletons back together and couldn't find my left hand! You found it! Where was it?
D-60173: I don't care about your goddamn skeletons! What happened to them?
SCP-5594-1C: After the fire-people opened the surface for us, we were able to escape and finally meet new people, but for some reason, they weren't too keen on us intrudin' on their homes and causin' 'em “mental breakdowns” from "fear."
D-60173: Please just get to the point!
SCP-5594-1C: (It clears its throat.) We were able to draw people into the open mineshafts but, apparently, these mines are hot enough to cause people to die incredibly fast. We thought the first twenty or so were just bad luck. Now we’re thinkin' that this type of heat isn’t good for alive people.
SCP-5594-1B: Long story short, we keep ‘em here as a remembrance of our almost-friendship.
Dr. Quinsin: Alright, hypothet— imagine these people managed to make it to you three alive. What was the plan?
SCP-5594-1A: Well, I began herdin' animals into the town for food and such when the mines were first opened. Found this beautiful steed, a bit later. Our plan was to just get a pal to share some supper with.
Dr. Quinsin: That's all? You just wanted someone to eat dinner with?
SCP-5594-1A: No reason to lie to you tiny-machine-man. We get some firewood, light it, cook a nice steak or some lamb, sit on that couch that Kevin found, and look at the people trapped in those black rectangles on the watchin' box.
Dr. Quinsin: Why did you terrorize your "friend" before getting him down here? I may not have experience in that area but I'm fairly certain it wouldn't work.
SCP-5594-1A: What's wrong with a bit of fun?
Dr. Quinsin: Well, I need him released, now, please. If one of you could, I don't know, float him—
D-60173: Shut up. Cecil, you said you have steak?
SCP-5594-1A: Yes siree.
Dr. Quinsin: You're not to eat with—
D-60173: You lied to me, damn it. I deserve this.
Dr. Quinsin: No you do not. You will leave—
(D-60173 removes his earpiece and throws it to the pile of corpses as SCP-5594-1C begins to retrieve firewood from a nearby pile.)
SCP-5594-1B: Holy hell did you just kill him?
D-60173: No. Do you think the air is breathable down here?
SCP-5594-1C: Only one way to find out, frankly.
(D-60173 removes his oxygen mask and heat-proof suit. There are no apparent side effects.)
D-60173: Huh, that's good. Where'd you get a VCR from?
SCP-5594-1B: When those wackos up top still lived 'round here, they just left them lyin' around. I grabbed it with the watchin' box a few years ago.
SCP-5594-1A: You're some sort of sorcerer, aren't ya? Bein' alive down here and havin' a tiny machine voice strapped to ya’.
D-60173: Can't say that I am. Now, I haven't had a good steak in years and I'm hungry. Let's eat, friends.
(Over the next hour, SCP-5594-A cooks four steaks for the group over an open flame. They eat and converse while watching a VHS of Star Wars: The Empire Strikes Back.)
CONVERSATION EXCERPTS
(The group is watching the scene where Lando Calrissian betrays Luke Skywalker and Han Solo.)
SCP-5594-1B: You ever been to that floating city?
D-60173: Oh no — I mean I wish I could — it's not real.
SCP-5594-1A: Alright, I can believe that you can fake the magic space wizards but that massive city? You're pullin' my leg now.
D-60173: I can promise you that buildings are still on the ground.
SCP-5594-1C: I know that but Luke Skywalker is there. I just watched him walkin' there.
D-60173: They actually used a painting or a sculpture for the wide shot along with the physical sets, of course. They also used a blue screen for the backgrounds.
SCP-5594-1A: Malarkey. That place is clearly white.
(The entities are seen cowering against the couch.)
D-60173: …so this dude was ordered to keep climbing up and up and up. And that shack never stopped growing. After a few hundred, he looked out the window and saw some figures staring at him.
SCP-5594-1A: Who are they?
D-60173: Listen. He kept climbing and climbing this tower and it never ended. Eventually, day turned to night and he goes to rest… that was his mistake, but he didn't have a choice.
SCP-5594-1A: What mistake?
D-60173: The batteries of his light died and his camera went out. The next day…
SCP-5594-1A: Next day what, next day what?
D-60173: He was ordered to come down the tower, but what came down wasn't him. Something was wearing his skin.
D-60173: Kevin, how'd you manage to get a horse down here? If people can't make it I don't imagine a horse could.
SCP-5594-1C: Yeah it was a tricky process. I only got 'er down here after I accidentally dug one of my tunnels into a nearby farm.
D-60173: You dig tunnels?
SCP-5594-1C: Oh yeah, I got a bunch — a few for transportatin' meat or wood down here or for Cecil to get the stuff he finds down 'ere. There's a bunch of my tunnels around. Can't imagine why you took the long way.
D-60173: Kinda wish I knew that.
(D-60173 is demonstrating the process of creating a cheesesteak.)
D-60173: So you layer it in here. It's just onions, cheese, and steak. No peppers!
SCP-5594-1C: Why no peppers?
D-60173: Philly cheesesteaks don't have peppers on them. It's blasphemy to put peppers on one of 'em and call it a Philly Cheesesteak.
SCP-5594-1B: Blasphemy? What, is "Philly" a god?
D-60173: Philly is the furthest thing from holy.
(After five hours, D-60173 exited the cave with the help of SCP-5594-1 and was safely recovered at the insertion point.)
«END LOG»
In the months following this investigation, sightings of SCP-5594-1 became scarce. The following note was later found in the D-Class barracks.
Welp, I hope we didn't get you into no trouble with your bosses.
We hope to see you again. I know you promised to come back sometime, no rush. We've been having cheesy steaks a few times a week, just be sure to bring us some new recipes next time. You know where the tunnels are. Just be sure not to go in the small one or you'll end up in the boil pit. See you soon.
Stay safe, pal,
Kevin, Cecil, and Jameson
As of documentation, further correspondence from SCP-5594-1 has not been received.
PlaguePJP's Works |
|
---|---|
SCPs | |
Tales/GoI Formats | HOGSLICE Makes A Friend (+104) • |
Other | Plague's Authorpage (+84) • |
Cite this page as:
"SCP-5594" by PlaguePJP, from the SCP Wiki. Source: https://scp-wiki.wikidot.com/scp-5594. Licensed under CC-BY-SA.
For more information, see Licensing Guide.
Licensing Disclosures
Image source: [https://www.flickr.com/photos/j3net/480637896/in/photostream/]
Original name: Coal miners and mule
License: CC BY-SA 2.0
Original by: Janet Lindenmuth
Image source: [https://commons.wikimedia.org/wiki/File:Centralia_PA_in_1971.jpg]
Original name: Centralia PA in 1971.jpg
License: Public domain
Original by: United States Department of Agriculture
Image source: [https://ccsearch-dev.creativecommons.org/photos/22f65714-f254-48c8-84fc-e5375e624dca]
Original name: 2007 08 25 - Centralia - PA54-PA61 - 23
License: CC BY-SA 2.0
Original by: thisisbossi
Image source: [https://commons.wikimedia.org/wiki/File:Centralia_smoke_rising.jpg]
Original name: Centralia smoke rising.jpg
License: CC BY-SA 2.5
Original by: Jrmski
Image source: [https://search.creativecommons.org/photos/271e88dc-68db-42dc-8f77-90a01b7df562]
Original name: Ramsgate Wind Tunnels,Air Raid Tunnels, by Dan Hogben (12)
License: CC BY 2.0
Original by: Disco-Dan
For more information about on-wiki content, visit the Licensing Master List.