vohzd.com
SCP-8075

Small Mercies

Series
9
Size
45.6 KB
Views
0

NOTICE OF PRIVACY: The Saint Erasmus Free Clinic and Trauma Center will not divulge its patients’ medical histories. Please stop asking.


- Hide component code

:root {
--sidebar-width-on-desktop: calc(var(--base-font-size) * (266 / 15));
--body-width-on-desktop: 45.75rem;
}
@media only screen and (min-width: 56.25rem) {
#content-wrap {
display: flex;
position: initial;
flex-direction: row;
flex-grow: 2;
width: calc(100vw - (100vw - 100%));
max-width: inherit;
height: auto;
min-height: calc(100vh - var(--final-header-height-on-desktop, 10.125rem));
margin: 0 var(--sidebar-width-on-desktop, 13.6rem) 0 calc(var(--sidebar-width-on-desktop, 13.6rem) * -1 / 2);
}

    \#main-content {
        position: initial;
        width: var(--body-width-on-desktop, 45.75rem);
        max-width: var(--body-width-on-desktop, 45.75rem);
        max-height: 100%;
        margin: 0 auto;
        padding: 2rem 1rem;
    }

    \#page-content {
        max-width: min(90vw, var(--body-width-on-desktop, 45.75rem));
    }

    \#side-bar {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        grid-area: side-bar;
        width: var(--sidebar-width-on-desktop, 13.6rem) !important;
        min-width: var(--sidebar-width-on-desktop, 13.6rem) !important;
        max-height: 100vh;
        padding-right: 2.5rem;
        padding-left: 0.5rem;
        overflow-y: scroll;
        transition:
            translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
            background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
            padding 300ms linear,
            margin 300ms linear;
        border: none;
        border-color: rgba(var(--swatch-tertiary-color, 170, 170, 170), 0.4);
        background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0);
        translate: calc(var(--sidebar-width-on-desktop, 13.5rem) * -1 \- 1rem);
        direction: rtl;
        scrollbar-width: thin;
        -ms-scroll-chaining: none;
            overscroll-behavior: contain;
        scrollbar-color:
            rgba(var(--swatch-primary-darker), 0.1) /* Thumb */
            rgba(var(--swatch-tertiary-color), 0.05); /* Track */
    }

    \#side-bar::-webkit-scrollbar-track {
        background-color: rgba(var(--swatch-secondary-color, 244, 244, 244), 0.8);
    }

    \#side-bar::-webkit-scrollbar,
    \#side-bar::-webkit-scrollbar-thumb,
    \#side-bar::-webkit-scrollbar-corner {
        width: 0.5rem;
        border-right-width: calc(100vw + 100vh);
        border-right-style: inset;
        border-color: inherit;
        background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0);
    }

    \#side-bar:is(:hover, :active, :focus-within) {
        margin-right: 2.25rem;
        padding-right: 0.25rem;
        overflow-x: hidden;
        overflow-y: auto;
        border-color: rgba(var(--swatch-primary-darker), 1);
        background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1);
        translate: calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0));
        scrollbar-color:
            rgba(170, 170, 170, 1)  /* Thumb */
            rgba(252, 252, 252, 1); /* Track */
        scrollbar-color:
            rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */
            rgb(var(--swatch-menubg-color, 252, 252, 252), 1);  /* Track */
    }

    \#main-content::after {
        content: " ";
        display: flex;
        position: fixed;
        top: 0;
        left: 1rem;
        align-items: center;
        justify-content: center;
        width: 1rem;
        height: 100%;
        max-height: 100%;
        transition:
            left 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
            background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
            opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
        background: url("https://scp-wiki.wdfiles.com/local--files/component%3Acollapsible-sidebar/sidebar-tab.svg");
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center left 1rem;
        background-size: 1rem 12.875rem;
        pointer-events: none;
    }

    \#side-bar:is(:hover, :active, :focus-within) + \#main-content::after {
        left: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1);
        width: 0rem;
        transition:
            left 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
            background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
            opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
        opacity: 0;
        background-position: center left calc(var(--sidebar-width-on-desktop, 14.5rem) * -1);
        font-size: 0em;
    }

    \#main-content::before {
        content: " ";
        position: absolute;
        z-index: 9;
        top: var(--final-header-height-on-desktop, 0);
        left: 0;
        width: var(--sidebar-width-on-desktop, 14.5rem);
        height: calc(100% \- var(--final-header-height-on-desktop, 0.688rem) - 2.313rem);
        margin-bottom: calc(var(--final-header-height-on-desktop, -2.313rem) * -1 \- 2.313rem);
        transition:
            translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
            opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
        opacity: 0.5;
        background-color: rgb(var(--swatch-alternate-color, 0, 0, 0));
        pointer-events: none;
        translate: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1 \+ 1rem);
    }

    \#side-bar:is(:hover, :active, :focus-within) + \#main-content::before {
        translate: 0;
        opacity: 0;
    }

    \#side-bar .side-block {
        margin-top: 1em;
        padding-left: 0.25em;
        border-right-width: 0rem;
        border-left-width: 0rem;
        border-radius: 0;
        background-color: rgb(0, 0, 0, 0);
        direction: ltr;
    }

    \#side-bar .scpnet-interwiki-wrapper {
        direction: ltr;
    }

    /* Print Friendly Formatting by Estrella */
    body.print-body {
        --sidebar-width-on-desktop: 0;
    }
    body.print-body \#main-content::before,
    body.print-body \#main-content::after {
        display: none;
    }
}

YOU ARE ATTEMPTING TO ACCESS THE MEDICAL RECORDS OF THE SAINT ERASMUS FREE CLINIC AND TRAUMA CENTER. ACCESS BY UNAUTHORIZED INDIVIDUALS IS PROHIBITED UNDER FEDERAL LAW.

Subject: No Luck

To: ANTHONY JONES | (ten.171etis.pcs|senoja#ten.171etis.pcs|senoja)
From: JANICE SELLERS | (ten.171etis.pcs|srelesj#ten.171etis.pcs|srelesj)
Subject: No Luck


It’s not looking good. We’ve got all mobile units on the lookout for Kepler and Guerra, but without any leads they could be halfway to Cleveland by now and we’d have no way of knowing. And even if we catch up to them, for all we know SCP-8075 could already be gone for good.

I’m still scanning the containment logs but so far no luck, and as long as I’m stuck in the infirmary I can’t exactly head out and look for samples. If there’s anything we can work with, it's going to be from the clinic.

If it comes down to any kind of hearing, I’ve got your back with Director Davis. We’ll be in deep shit over tonight no matter what, but if we can at least pin these guys down we might be able to buy back some goodwill with her. Whatever you find, don’t keep it to yourself. Losing the sample is on me as much as it’s on you.

I've attached that last transmission you were asking for. Not much to go off of, but maybe you can do more with it.

— Jan

ATTACHMENT 1: 8075-modified-containment-procedures.scp

Item #: SCP-8075

Object Class: Uncontained

Special Containment Procedures: Notice: Following the loss of the only extant sample of SCP-8075 on 24 December 2023, containment procedures have been suspended, as standard recovery protocols remain in effect. To ensure preservation of the sample in the event that it is recaptured, a standard humidified microbial containment chamber is to remain readied in the Site-171 fungarium.

Until SCP-8075 has been returned into Foundation custody, apprehension of former agents Mario Kepler and José Guerra is to remain the top priority of the Site-171 Transport and Recovery Team.

ATTACHMENT 2: 8075-171-aa-blackbox.scp

The below audio log has been transcribed from the final black box recording of Foundation Transport Vehicle 171-AA. Identified below are the voices of former Foundation agents Mario Kepler and José Guerra. Owing to the condition of Transport Vehicle 171-AA at the time of its recovery, physical details have not yet been corroborated.

22:32, 24-12-2023 - BEGIN LOG


Guerra: You've got to put pressure on it!

Kepler: I am putting pressure! It's not working!

Guerra: Well, stuff it with gauze.

Kepler: It’s not enough, there is no more gauze!

Guerra: Fuck!

Kepler: This is it, isn't it?

Guerra: Lay back. We're not done yet.

Kepler: Just drive. Whatever happens, happens.

Guerra: Did Jones tail us?

Kepler: Maybe for a block. Not like he's catching up on foot.

Guerra: What about Sellers?

Kepler: I shot her.

Guerra: You shot her?

Kepler: She wouldn't give me the keys.

Guerra: Is she dead?

Kepler: I don't know. She's shot. You want to go back and take her pulse?

Guerra: How are the samples doing?

Kepler: Pretty fucked, that's how they're doing. Jones blew the container open as soon as we hit the van. If they make it another hour it'll be a miracle.

Guerra: Well then I'm not losing you too.

Kepler: …you're going the wrong way. The warehouse is off Kennedy.

Guerra: We can get there later. We're going to the clinic.

Kepler: Not Childs! You think I'd let her cut me open?

Guerra: You can at least let her sew you shut.

Kepler: Please, anyone but her…

Guerra: It's not like we can just roll on up to the ER! You think they've seen anything like this before? Besides, we'd be sitting ducks for the Foundation as soon as they got your name.

Kepler: Then don't give them my name.

Guerra: And what are you going to tell them? How are you going to explain this? We're going to Childs. She won't ask questions.

Kepler: She's a butcher.

Guerra: She's a doctor!

Kepler: I've heard about the way she doctors people. If she's our only option, I'll take my chances on the other side.

Guerra: If you want to die, do it on your own time. I'm not living with that on my hands.

Kepler: You take me to that clinic, and I won't forgive you for as long as I live.

Guerra: Then you can thank me when you're dead.

YOU ARE STILL ATTEMPTING TO ACCESS THE MEDICAL RECORDS OF THE SAINT ERASMUS FREE CLINIC AND TRAUMA CENTER. ACCESS BY UNAUTHORIZED INDIVIDUALS IS STILL PROHIBITED UNDER FEDERAL LAW.

PROCEED AT YOUR OWN RISK.

File #10572: OPENED

You are now viewing the official records of Patient #10572: Mario Kepler.

If you are not authorized to view this document, it's not too late to turn back.

Saint Erasmus Free Clinic and Trauma Center


Patient Record

Date of Admission: 24 December 2023 22:45
Attending Physician: Dr. Mercy Childs


Patient Name: Mario Kepler

Patient Age: 32 years

Patient Height: 6 feet, 1 inches

Patient Weight: 176 lbs

Patient Race: Human

Vital Signs: Yes

Complaint: Yes

Purpose of Visit: Patient complains of severe pain, difficulty walking and intermittent blood loss following a gunshot wound to upper right quadriceps femoris. Also present in left arm and shoulder region is an infestation of moderate to severe fungus.

Prescription: Non-standard interventions will be provided as necessary.

The following log is transcribed from security footage of the Saint Erasmus Free Clinic and Trauma Center main lobby.

22:45, 24-12-2023 - BEGIN LOG


Patient Mario Kepler and emergency contact José Guerra enter the main lobby through the door labeled “Emergency Exit”, which is propped open by a cinder block, next to the non-functioning automatic sliding door. Kepler wears a black plastic garbage bag taped over his left arm, and leans on Guerra on his right side for support. A trickle of blood runs down his right leg.

Kepler: I don't like the look of this place.

Guerra: No one likes hospitals. That's not what they're for.

An elderly man in a paper gown and bathrobe stumbles past Kepler and Guerra, stepping out into the snow.

Kepler: I don't want to die here.

Guerra: I don't want you to die either. That's why we need to do this.

Kepler: If I die, I die. I don't want to die here.

Guerra: Well I'll be damned if I let you bleed out in the car.

Kepler and Guerra walk through the crowded waiting room and approach intake clerk Pamela Persaud, who sits behind a reinforced glass window. Kepler pauses and looks up at the faded sign above her that reads “NO MALINGERING”.

Persaud: Can I help you?

Guerra: Dr. Childs. We need to see her. Now.

Persaud: You can have a seat, fill this out, and we’ll have someone take a look at you as soon as we can.

Persaud hands Guerra a clipboard through a slot at the bottom of the window.

Guerra: Not someone. Dr. Childs. Now.

Persaud: Dr. Childs is very busy. I can't guarantee you'll see her specifically, and even if I could, you would have to wait longer. Now you can have a seat and bring the forms back up when you're done.

Kepler begins to turn away.

Kepler: Let's go.

Guerra: We’re not going.

Kepler: Every bone in my body is telling me to run, even the one with a bullet in it.

Guerra: Childs was head of trauma at Site-8002. There's not another doctor in this city you can say that about. It's her or nothing.

Kepler: If she was any good don't you think she’d still be there? No one just gets up and leaves the Foundation.

Guerra looks down at himself then back at Kepler.

Kepler: You really want to do this? You're so goddamn sure this is the right move?

Guerra: I'm not going anywhere until this is under control.

Kepler: Fine.

Kepler removes the garbage bag from his left arm. Covering his arm and hand is a fractal lattice of white, gray and green mold and fungal pods. He pulls his Foundation-issued ID card from his jacket and slams it into the glass window, smearing pus on the glass as he does.

Kepler: Show Childs this.

Persaud: Please don't hit the glass.

Kepler: Just give it to her. She’ll know what it means.

Kepler slides his ID through the slot in the window. A glob of pus and spores sticks to it as he does. Persaud puts on a pair of gloves, takes the ID, puts it in a paper towel, and retreats to the back of the medical center. She searches the hallways until she finds Dr. Mercy Childs.

Persaud: There's a man in the waiting room who says he needs to see you right now.

Childs: Just wait until he finds out what the other dozen people out there are here for. He can't wait?

Persaud: He says it's an emergency.

Childs: Isn't it always?

Persaud: He had this.

Persaud holds up the ID card.

Childs: Looks like tonight just got a little longer. How does he look?

Persaud: Bullet wound to his lower thigh. Self-applied tourniquet on his leg.

Childs: Give him some gauze. He’ll know what to do with it. Anything less mundane?

Persaud: He was showing some pretty pronounced signs of…fungus.

Childs: Of course.

Dr. Childs looks over the rim of her glasses, inspecting the spores on the card more closely.

Childs: How close to his brain?

Persaud: Left arm.

Childs: Then as long as the spores haven't reached his bloodstream, we have a few hours.

Persaud: And if they have?

Childs: Then we’re going home early. Burn the card.

Persaud: Won't he need it back?

Childs: Not anymore.

Subject: Re: No Luck

To: ANTHONY JONES | (ten.171etis.pcs|senoja#ten.171etis.pcs|senoja)
From: JANICE SELLERS | (ten.171etis.pcs|srelesj#ten.171etis.pcs|srelesj)
Subject: No Luck


Did you get into the clinic database? Field crews are setting up choke points on the major roads, but at this point I think it's just to say we did something. We're not about to find SCP-8075 by stopping every car that goes over the George Washington Bridge or through the Holland Tunnel.

I already put in the requests for any records relating to Childs. Not sure what we're hoping to find but I figure it can't hurt. Keep an eye out, those should be coming soon.

And if you do end up with a lead, please be a little more cautious this time. For me, at least? These guys only ever got into the positions they did for a reason. Guerra spent enough time at the CDC before coming to us to make friends in Washington, and the last thing we want is to strain our relationships more than we have to. Kepler may not have any friends left at all, but don't assume he’s not dangerous. He may live like a rat, but rats fight when cornered. And they're filthy.

— Jan

The following log is transcribed from security footage of the Saint Erasmus Free Clinic and Trauma Center main lobby.

23:35, 24-12-2023 - BEGIN LOG


Guerra fills out paperwork on a clipboard while Kepler applies pressure to his wound. It has stopped bleeding.

Guerra: You know that smell?

Kepler: Smell?

Guerra: That hospital smell. That smell that hits you right when you walk in the front door. I figured out what it is.

Kepler: Disinfectant.

Guerra: It's not disinfectant. I thought it was, but it’s not. Disinfectant smells good. Disinfectant smells clean. But that hospital smell is just wrong.

From the other side of the waiting room, a baby begins crying.

Guerra: It's shit.

Kepler: It doesn't smell like shit.

Guerra: Shit and disinfectant. Not enough for you to smell it for what it is, but enough for you to know it was there. Like when you check into a roadside motel in the wrong part of town. That smell that tries to tell you that something bad just happened here, and someone tried to clean it up. Tried to clean it up, but didn't care enough to do a good job.

Kepler: You think about this kind of thing a lot?

Guerra: Not until now. It didn't hit me until now. Because now I can't smell it. The disinfectant part, I mean. The Clorox, the ammonia, the fake lemon smell. None of it.

Kepler: Yeah. This place just smells like shit.

Kepler checks his watch.

Kepler: It was crazy to take this job. Maybe some of this shit already got into my brain. Maybe that's why we’re here.

Guerra: It's just a job.

Kepler: We shouldn't have been so quick to trust him. He could be dangerous.

Guerra: The Foundation is dangerous. Two dozen missions with you and I've never seen you question an order. Don't start growing a conscience now that someone who pays better is signing the check.

Kepler pokes his arm out of his garbage bag and looks at the fungus growing on it.

Kepler: Maybe that's what this is. A conscience.

Guerra takes his clipboard to the reception window. Kepler slouches in his seat, keeping his eyes on the entrance until Guerra returns.

Kepler: There's no security.

Guerra: Does it matter? It's not like a rent-a-cop is about to hold back the Foundation.

Kepler: We could always jump the line. We rush back there, guns out, get this thing taken care of 1-2-3. What can they do, call the cops? The Foundation is already after us, so what difference does the NYPD make?

Guerra: You can't pull a gun on a doctor.

Kepler: Who says I can't?

Guerra: Rules of engagement.

Kepler: Is the Foundation a party to the Geneva Conventions? Because unless everyone follows the rules, there are no rules.

Guerra: How about because it's morally wrong?

Kepler: Is that why we’re here? Is that why we hijacked the truck, grabbed the samples, shot Sellers? Because it was morally right? I didn't realize we were doing this for charity.

Guerra: Don't do this.

Kepler: Give me one reason. One real reason why pulling a gun on a doctor is such a big deal.

Guerra: Because it's bad luck.

Kepler: Bad luck?

Guerra: That's what they said at the Academy.

Kepler: …alright. I mean, if it's bad luck…

Guerra: We need to get back to the car soon. Those samples aren't safe in the backseat.

Kepler: Forget the samples. The minute that case got busted open they were as good as dead.

Guerra: So that's it? We just go to Charlie empty handed?

Kepler: You want samples? I'm the sample.

Guerra: Just hang tight; we’ll get this stuff out of you.

Kepler: If we can cut out a big enough piece to get to Charlie, sure. If not, just get me to him while I'm still warm. He can take what he wants.

Guerra: Don't fuck with me like that, man.

Kepler: I'm the reason we’re sitting here right now. You did all the work you needed. You risked your ass to lug me over here. Two dozen missions together and I haven't fucked one up this bad until now. The one that pays. So yeah, at the end of this you might as well collect your goddamn payday.

Guerra: I should ditch the car.

Kepler: We need to get to the warehouse by 3. We'll never make it to Charlie on foot.

Guerra: It's a Foundation transport vehicle. If they find it a few blocks over, it's not like it'll be a mystery where we are. I should take it down to the pier, leave the parking brake off, let mother nature do the rest.

Kepler: We have to get back to Charlie.

Guerra: There's a hundred cars on the street we can grab. Only one is a smoking gun.

Kepler takes a deep breath and sighs.

Kepler: Torch it.

Guerra: That's my man. Won’t take a minute. Don't die before I get back.

The following log is transcribed from footage of Examination Room 3F.

00:40, 25-12-2023 - BEGIN LOG


Guerra opens the door and a nurse wheels Kepler into the room in a wheelchair. The nurse helps Kepler onto an exam table, on which he sits but does not lay down. A green curtain is drawn across the other half of the room.

Nurse: You can wait here. The doctor will see you shortly.

Guerra: How shortly?

Nurse: Shortly enough.

The nurse takes the wheelchair and exits the room. Kepler cranes his head to see through the window in the door to the room.

Kepler: Anyone out there?

Guerra: No one I’d be worried about.

Kepler: No other exits. They find us here and we’re done for.

Guerra: We just need to lay low. We're as safe here as anywhere else.

Kepler: You're willing to bet your life on that?

Guerra: There's two things you can count on when you see Childs: she doesn't ask questions, and she doesn't give answers.

Kepler leans back.

Guerra: And this is it. The home stretch. We’ll be out in no time.

Kepler: Don't hold your breath. We could be here all night. That's what these rooms are for: to keep the waiting room empty so it doesn't look like the wait is too long. Classic tactic. Same thing they do at Santaland.

Guerra: Santaland?

Kepler stands and begins rummaging through the cabinets above the sink next to the exam table.

Kepler: Disneyland too.

Kepler pulls a scalpel from one of the drawers under the sink.

Kepler: Help me find a tourniquet, will you?

Guerra: You can't be serious.

Kepler: If we've got this long a wait, might as well cut this thing out while we have the time.

Guerra: You cut into that arm and you could contaminate the rest of your body! It’s practically suicide!

Kepler sets down the scalpel.

Kepler: I know it's…the waiting. It kills me. If we don't see Childs soon…it's not like Charlie's going to wait forever.

Guerra: He doesn't need to wait forever. A couple hours and it's over.

Kepler raises his hand and stares at his fungus.

Kepler: In more ways than one…

Subject: Out of time

To: ANTHONY JONES | (ten.171etis.pcs|senoja#ten.171etis.pcs|senoja)
From: JANICE SELLERS | (ten.171etis.pcs|srelesj#ten.171etis.pcs|srelesj)
Subject: Out of time


I'm hearing whispers on my end that Davis is just about ready to torch the whole unit. I've got the only internal file on Childs I could find below, but I'm not sure it's going to do much good at this point. Turns out she kept as little paperwork on herself as she did on her patients.

Also got a peek at your body cam footage. Davis has it too, so maybe take a look and don't tell a lie you can't back up.

— Jan

ATTACHMENT 1: ajonesbcam12-25.scp

The below video log has been transcribed from the body camera footage of Agent Augustus Jones.

01:12, 25-12-2023 - BEGIN LOG


Agent Jones enters the Saint Erasmus Free Clinic and Trauma Center, followed by two additional armed, masked agents who stand guard at the entrance. Jones follows a trail of blood, which has been smeared across the floor but not fully cleaned, to the reception desk.

Jones forcefully knocks on the glass, and holds up an image of former Agents Kepler and Guerra on his phone.

Jones: I'm looking for these men.

Clerk: Please don't hit the glass.

Jones: Have you seen them? Are they patients here?

The clerk sighs and rolls her eyes.

Clerk: In keeping with federal privacy laws, we can't provide any information about patients, including whether or not they've visited this clinic.

Jones: Then let me speak with Dr. Childs.

Clerk: Dr. Childs is very busy. If you're law enforcement, you can come back with a warrant. If you're not, please don't come back; you're scaring our patients.

One of the masked agents at the entrance moves aside the cinder block that is propping open the door, which slams shut.

Jones: I'm not going anywhere until I get some answers.

Clerk: Sir, I need you to lower your voice or I'm going to have to call the police.

Agent Jones begins to reach for his belt as Dr. Childs emerges from the back of the facility. She brushes the clerk away and leans in towards Agent Jones.

Childs: Agent Jones! How many years has it been?

Jones: Dr. Childs.

Childs: How are the seizures?

Jones: Infrequent.

Childs: Well that's good. Sometimes infrequent is the most we can ask for.

Jones: They say I'll never get back full grip strength on my right side.

Childs: Isn’t that how it always goes? Getting older, I mean. It's as though every day you do something for the last time, and you don't even know it's the last time until it's done. But I guess we do what we can.

Jones: Haven't been cleared for special operations since 2019.

Childs: Then they must be very understaffed these days if they sent you here on such a cold night.

Agent Jones holds up the image of Kepler and Guerra.

Jones: I didn't come here to dig up old wounds. God knows I could. But not tonight. I just need Kepler and Guerra.

Childs: I don't blame you for being angry about how things went last time. I almost get the sense you feel I'm partly responsible.

Jones: Some might say you're entirely responsible.

Childs: Is that what they told you? Cryptomycology isn't an exact science, dear; sometimes you just have to trust the odds.

Jones: Have you seen them?

Childs: Oh, come now. Even if they had been here, you know I can't give away that information. The doctor-patient relationship is highly privileged.

Jones: It doesn't give you the right to harbor fugitives.

Childs: Fugitives? Has the Foundation started issuing arrest warrants? If not, then you can stay in your lane and I'll stay in mine.

Jones: I could bring in two dozen agents in thirty minutes who would love to tear this place apart room by room until there's nothing left but dust.

Childs: If the Ethics Committee has started permitting armed raids on civilian medical centers, then I’m thankful I got out when I did.

Jones: Whether they like it or not, that doesn't mean we won't do it.

Childs: Well, then I wish you the best of luck with the tribunal. In the meantime, if you want me to call the police so you can explain to them what you're doing in a mask, with a gun, at 1 AM, in a hospital, I'm more than happy to do so. You're welcome to have a seat while you wait.

ATTACHMENT 2: disciplinarytranscriptchildsmercy.scp

Minutes from Disciplinary Hearing of Dr. Mercy Childs, Recorded 10-04-2019


Parties in Attendance:

Brenda Salinas, Chief Advisor, Department of Health and Safety

Dr. Mercy Childs, Head of Surgery, Site-8002 Trauma Center


Salinas: Thank you for meeting with me so early in the day, Dr. Childs.

Childs: I'm used to it. My work is demanding enough even when I don't have to deal with an inquest so early in the morning.

Salinas: This is a hearing, not an inquest. A review of your efforts up to this point at Site-8002, and an evaluation of your continued role within the Foundation.

Childs: So pretty much an inquest?

Salinas: The only reason we’ve invited you here to begin with is to allow you to speak on your behalf. Most Foundation staff don't get that privilege. Frankly, it doesn’t matter whose cousin you are; you’re going to be held to the same standards as anyone else in your position would be, whether you choose to cooperate or not. If you prefer not to, we don't have to have this meeting.

Childs: Forgive me, but I fail to see the need for this meeting.

Salinas: Your treatment history would be a good place to start. For 2017 alone, only 75% of patients who fell under your care were still living within a year of receiving treatment. If you factor in permanent debilitating injury, even by the loosest standard, that drops to 60% at best. To put it bluntly, once a Foundation employee reaches your trauma unit, it’s practically a coin toss whether they’ll be able to work again.

Childs: Is that meant to be an indictment of my treatment methods?

Salinas: It’s just an observation.

Childs: I do what I can, but if you send me someone whose heart is turning into jelly and who’s growing a second head out of their lungs, it’s not like I can just put them in a splint, give them an aspirin and send them back to work the next day.

Salinas: If you were to prescribe CLERIC treatment in accordance with standard protocols, those numbers would jump up to over 90%.

Childs: Does this mean you’re finally ready to share the medical literature on CLERIC treatment with me?

Salinas: You know that’s above your clearance level.

Childs: So how do you still expect me to prescribe a treatment with nothing to go on but good faith?

Salinas: We expect you to value the health and wellbeing of our employees. Just look at some of your recent history. Following the successful completion of OPERATION CANARY you treated a number of members of MTF Zeta-9 who complained of various lingering symptoms. Three months after treatment, only 40 percent of them were still alive and well enough to continue operations.

Childs: That is a higher than average survival rate for Zeta-9.

Salinas: Not in terms of medical treatment.

Childs: We don't know what exactly they were exposed to in those mines. Treatments can't be exact when half a patient’s medical history is redacted.

Salinas: That information is–

Childs: –beyond my clearance level; I know.

Salinas: Last November, following the mass containment breach at Site-17, three members of MTF Tau-7 bled out–

Childs: And about a dozen more walked away with their lives intact thanks to the quality of care they received.

Salinas: –in the waiting room. They bled out in the waiting room.

Childs: I only have two hands. How many requests have I put in for additional staff?

Salinas: The resources of the Foundation aren’t limitless. Investments can only be made where they’re likely to produce results.

Childs: And if that requires you to treat healthcare like some sort of trolley problem, you’re going to have a lot of blood in the waiting room.

Salinas: I would mention the medical records, but I feel like at that point we’d just be wasting time.

Childs: My patients’ medical records are just fine.

Salinas: RAISA has yet to receive a complete and properly filed report since you first took the position.

Childs: Why does RAISA need my patients’ complete medical histories?

Salinas: Because the operations of the Foundation don’t begin and end with Site-8002. Information contained in those records may be vital elsewhere.

Childs: Then let my patients provide them elsewhere. If they can’t expect privacy from me, then how can I get the information I need from them to prescribe proper treatment?

Salinas: Foundation staff don’t have the privilege of keeping secrets.

Childs: Just the ones that are above my clearance level, right?

Salinas: Sit down, this isn't finished.

Childs: It is for me.

Salinas: You’ve already been given more leeway than anyone else in your position would have. Think about what you’re doing.

Childs: I know what I’m doing. I have patients to see.

Salinas: Not if you walk out that door.

Childs: Don't be ridiculous. There are patients everywhere.

The following log is transcribed from footage of Examination Room 3F.

01:25, 25-12-2023 - BEGIN LOG


Guerra watches the door, the gun in his hand visible under his jacket, while Kepler rests in a paper gown. Dr. Childs enters and retrieves an electronic tablet from a slot on the wall.

Childs: Well you're certainly popular today, Agent Kepler. Or is it just Mr. Kepler?

Kepler: You can call me Homer Simpson if it makes you happy as long as you can get me out of here in one piece.

Dr. Childs reads Kepler’s vital signs and examines his wounds.

Childs: Your leg needs to be cleaned out and I can get it stitched up. It won't be anything fancy if you’re on a time crunch, but it should hold until you can get to somewhere more comfortable. You're a lucky man, Mr. Simpson: an inch and a half to the left and you'd have been dead by now.

Kepler: That's what they always say.

Childs: Pretty much every point in your body is right next to something you wouldn't want to lose. We live and die by inches: you get lucky, or you get a rock with your name on it. There's no in between.

Guerra: Much appreciated, but we've got a schedule to keep. What about the arm?

Childs: We’ll have to get the lab results for your blood samples back to confirm, but based on your time of exposure you should be in the clear for neurological issues as long as we can successfully root out the infection.

Kepler: What are our chances?

Childs: It won't be pleasant, but we should be able to get it out and save most of the arm while we’re at it. A series of subcutaneous injections of a sufficiently low-pH solution, followed by a topical application to the epidermis should be enough to kill off the last of the fungus.

Guerra: Any side effects?

Childs: Permanent nerve damage and reduced motor control in your right arm. But you’ll live.

Kepler: I guess we can't expect Foundation-level treatment in a dump like this.

Childs: The Foundation would cut off your body to save your arm. This may be a dump, but we're not protecting anomalies here; we’re protecting human life. It may be painful, but we’ll do our best to make sure you walk out better than you were when you walked in.

Kepler: One more thing: we need a sample.

Childs: Of your infection?

Kepler: It doesn't have to be big. Just enough of a chunk to survive a few more hours.

Childs: You want me to take the time to do a full biopsy before treating you? And while I do, will you be taking care of the patient who’s ODing in the next room.

Guerra: There's someone ODing in the next room?

Childs: If there isn't now, give it a few minutes and there will be. Time is money, and this is a free clinic.

Guerra pulls a roll of cash from under his jacket.

Guerra: I'd argue that money is money.

Kepler: All we need is to be out of here in an hour with a decent sample in our hands and enough organic matter to keep it alive for a few hours.

Dr. Childs takes the roll of cash and counts it.

Childs: Getting the sample shouldn't be a problem. What you need is an exit strategy. By my count you've got half a dozen agents here for you in the waiting room, and probably a few dozen more surrounding the block.

Guerra: You think you can call a taxi?

Childs: I can put you in the back of an ambulance. But an ambulance costs more than a taxi.

Guerra sighs and hands Dr. Childs another roll of cash.

Childs: Let's stop wasting time. Do you need a sedative?

Kepler: Will it make this take longer than it has to?

Childs: Most likely.

Kepler: I'll take my chances.

Childs: Then let's get started.

Guerra: And the person ODing in the next room?

Childs: Don't worry about it. People OD every day.

The following log is transcribed from footage of the Pre-Operative Holding Area B.

01:47, 25-12-2023 - BEGIN LOG


Kepler sits in a paper gown next to Guerra.

Kepler: I'm hungry.

Guerra: All I've got is a pack of almonds and half a chocolate Santa.

Kepler: It doesn't matter, they said I can't eat before the surgery.

Guerra: So you're just making conversation?

Kepler: Don't mind me. Eat your chocolate Santa.

Guerra: Maybe later.

Kepler holds his head in his hand.

Kepler: Why do we do this?

Guerra: For the money?

Kepler: Maybe for you, but what about me? Why on God’s green Earth did I wake up this morning and decide to land myself right here, right now, with you, like this?

Guerra: Because it's the right thing to do.

Kepler: I haven't done the right thing in a long time. I can't even remember the last time I thought about it.

Guerra: You can't know if you don't think about it.

Kepler: You know. You always know.

Guerra: Then if you can't do the right thing, you do the wrong thing for the right reason.

Kepler: And that reason is…

Guerra: I’d still say the money.

Kepler: Of course. It's always the money.

Guerra: People have done a lot worse for a lot less. Just focus on getting out of here. If our luck holds out then by tomorrow our biggest problem will be counting the payout.

Kepler: Yeah. That's a lot of chocolate Santas.

Dr. Childs enters, dressed in operating attire.

Childs: You've probably got about 20 minutes before your entire MTF starts trying to break through the glass at the front desk, so we'd better get a move on.

Guerra: Is that enough time?

Childs: It's pretty thick glass.

Kepler: And the exit strategy?

Childs: Covered. There's a good chance you'll be getting out of here in one piece tonight.

Guerra: And if we don't?

Childs: You can always play dead.

Dr. Childs leads Kepler into the adjoining operating room.

The following log is transcribed from footage of the Pre-Operative Holding Area B.

02:18, 25-12-2023 - BEGIN LOG


Red emergency lights flash on and off in the empty room. The sound of intermittent gunfire is audible from elsewhere in the facility. Dr. Childs enters from Operating Room B, blood still dripping from her coat.

An armed man dressed in black fatigues, identified as Mr. Augustus Jones, bursts into the room. Dr. Childs stands in front of the door to Operating Room B.

Jones: Move!

Childs: This is a restricted area. I need you to leave.

Jones: I wasn't asking.

Childs: Neither was I.

Sirens can be heard from outside, first close, then farther away.

Jones: This isn't about you, Childs! Just get out of the way and it’ll all be over.

Childs: You know I can't do that. Keeping patients safe is my job.

Jones: Changing bandages and cleaning out bedpans in a dump like this doesn't seem like much of a job.

Childs: It’s better than bussing tables.

Jones: I don't want to pull this trigger, but believe me, if I have to, I will.

Childs: I believe you.

Jones begins to lower his gun, then raises it again.

Jones: You're not giving me much of a choice here.

Childs: You always have a choice.

The gunfire in the distance becomes fainter.

Childs: What are you doing here? It's late. And I know they don't pay you overtime for this.

Jones: You know how it works.

Childs: I know it doesn't work for long. You can't ignore that feeling forever. You know the one I mean? The one where you wonder if you made a wrong turn somewhere in the past that led you here? The one that makes you wonder if every step is taking you farther from where you should be, but you’re too far gone to turn back?

Jones: What if I said I did?

Childs: Well I don't. Not anymore. Not here.

Jones: These aren't good guys, Childs. They've already killed one agent. If they get out of here, there are going to be more.

Childs: One day they'll say the same about you. You want to take them in? Do what you want, but don't do it here. That's not what this place is for.

Jones: Give me a reason.

Childs: It's bad luck.

Jones: Bad luck?

Childs: Don't they teach you anything at the Academy these days?

After a moment, Jones lowers his gun.

Jones: So what now?

Childs: We wait.

Jones: I can wait all night. But once they're ready to leave, they're still coming with me.

Childs: Honey, they went through the back door the moment you came in.

Jones: Bullshit. We’d have seen them.

Childs: Then why didn't you?

Childs steps out of the way as Jones pushes into the empty operating room.

Jones: Then all this…

Sirens can be heard in the distance, beginning far away and then getting closer.

Childs: I told you I called the police.

The following log is transcribed from footage of the back of Ambulance 11-C.

02:25, 25-12-2023 - BEGIN LOG


Sirens blare as the ambulance speeds down the street. The patient care area is empty, containing only a zippered body bag laying on the floor.

The sirens stop blaring, and the ambulance slows but does not stop. There is a rustling from inside the body bag. A finger pokes out and unzips it from the inside. José Guerra climbs out, followed by Mario Kepler, still dressed in his hospital gown, arm and leg clumsily wrapped in bloody bandages. Guerra pulls a small cooler labeled with a biohazard symbol from the body bag and zips it up again, leaving only a cadaver inside.

Kepler: I don't feel good about this.

Guerra: You just had surgery. No one feels good after surgery.

The ambulance slows to a stop.

Kepler: We don't exactly have the high ground here. I can't shoot. I can't run. If things go south…

Guerra peers out of the rear window and draws his gun, holding the cooler to his chest.

Guerra: Don't choke at the finish. We're already here. As long as Charlie is ready to keep up his end, we're home safe.

Kepler: And if he doesn't?

Guerra gestures to the body bag.

After a moment, the crunch of footsteps in the snow can be heard, getting louder as they approach the ambulance. Guerra opens the door, revealing a tall figure in a long black coat and wide-brimmed hat holding a briefcase.

Guerra: Charlie! Looking good as always.

The figure does not speak or move.

Guerra: You know, we…we risked a lot to get to you here tonight.

The figure does not speak or move.

Guerra: Just want you to know, we put a lot on the line for you.

The figure does not speak or move.

Kepler takes the cooler from Guerra, and holds it up in front of him.

Kepler: Come on, do you want it or not?

The figure steps forward into the light of the ambulance. Under the hat and coat stands a decaying corpse, its bloated flesh covered in spores, pods and mushrooms that pulse with the movement of insects and larvae underneath.

The figure takes the cooler and opens it, takes a mass of fungus and tissue from inside, and pushes it through a gash in its sternum into its chest cavity. The flesh of its chest begins to writhe as a lattice of tendrils and fungus emerge, then sew it back closed.

Figure: At last…our family is complete again.

Kepler: So…complete enough to pay, or what?

The figure places the briefcase on the floor of the ambulance. Guerra picks it up, opens it, and begins counting the money inside.

Figure: Your service to our family will not be forgotten. Long after you have returned to dust, you will have an eternal place within our heart.

The figure recedes into the snow.

Kepler: Yeah…Merry Christmas to you too.

Guerra closes the door to the back of the ambulance and knocks on the partition. The ambulance begins to drive away. Guerra hands Kepler a chocolate Santa, which he begins to eat.

Guerra: This is it. They’ll never catch us.

Kepler: They'll catch us by sunrise.

Guerra: We can be pretty far by sunrise. How does it feel?

Kepler: Bad enough that I'll never do this again.

Guerra takes Kepler's hand, feeling his pulse.

Guerra: Well, I may not be a doctor, but as far as I can tell you're alive. For now. So make the most of it, will you?

Kepler: Yeah. …thank you.

Guerra: You can thank me when it's over.

Kepler: It's never over.

Guerra: Then you can thank me when you're dead.