- 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;
}
}
This is not Researcher Harrison. This is SCP-7992. This is a gorilla.
Item #: SCP-7992
Object Class: Euclid
Special Containment Procedures: SCP-7992 is to be kept in an otherwise empty humanoid containment cell at Site-41. A sign with the following statement is to be displayed outside of SCP-7992's cell:
SCP-7992 IS NOT HUMAN
SCP-7992 IS A GORILLA
RESEARCHER HARRISON IS DEAD
A Scranton Reality Anchor (SRA) deployed beneath SCP-7992's cell is to be monitored by the Research Lead and serviced when necessary. SCP-7992 does not need to be fed. Personnel are forbidden to enter SCP-7992's cell without the expressed permission of the Research Lead. If permission is granted, entry must be accompanied by an armed guard and a trained animal handler.
In the event that SCP-7992 breaches containment, staff are not to engage in the anomaly, but evacuate the area and wait for further instruction. Any perceived communication attempts made by SCP-7992 should be disregarded.
Discussions regarding the perpetuation of containment are ongoing.
Description: SCP-7992 is an entity resembling a silverback gorilla. The entity has three primary anomalous traits:
1) The entity is seemingly immortal, having demonstrated no need for sustenance and an imperviousness to all damage. As the anomaly has demonstrated no need for sustenance, it is hypothesised that the stalking and killing of prey is conducted purely for recreational purposes.
2) SCP-7992 has the ability to transform into any other mammal it observes. The anomaly has full control over this ability, and utilises it for hunting; in all forms SCP-7992 retains the strength of its natural form. Whilst the anomaly has full control over this ability when uncontained, the deployment of an SRA has been found to fully inhibit this anomalous property. This confines SCP-7992 to its currently presented façade.
3) SCP-7992 has a strong memetic effect. Any vocalisations or other forms of communication will be perceived as in-line with the species it is masquerading as. When appearing as human, communication will be perceived as coherent sentences in the observer's native language.
Discovery: The mechanism and origin behind SCP-7992's abilities is unknown. SCP-7992 was discovered on 02/01/1971, following an investigation by the former Biogerontology Department.
During initial containment, SCP-7992 attacked and killed Researcher James Rupert Harrison, Head of the Biogerontology Department, and took on his appearance. SCP-7992 displayed a high level of sadism and aggression during this attack. Upon discovery of Harrison's corpse, he had been decapitated and had all four limbs ripped from his torso.
Harrison was awarded posthumous Foundation honours for his services to containing the anomalous. The Biogerontology Department was closed shortly after the incident, due to a lack of personnel and viable research leads.
To this day, SCP-7992 still maintains the appearance of Researcher Harrison and has demonstrated a reluctance to leave this form. It is hypothesised that this is an attempt by SCP-7992 to escape. Due to this, its prior violent behaviour and a lack of research potential, all interaction with the anomaly is prohibited indefinitely.
CLOSE ADDENDUM 001
Given the potentially infinite lifespan of SCP-7992, O5 Command have tasked the Ethics Committee with the creation of containment procedures which would secure SCP-7992 on a similarly infinite timeline. Select proposed procedures are outlined below:
Proposal
Status
Commentary
Continuation of current procedures
REJECTED
Permanent existence of the Foundation cannot be relied upon. Without maintenance, SCP-7992's containment cell would eventually degrade and free the anomaly.
Permanent Sedation
REJECTED
Unable to penetrate SCP-7992's epidermis to inject substances. Inhalation of sedatives has resulted in no effect.
Live Burial
REJECTED
Inevitability of SCP-7992 resurfacing after an extended period of time.
Contained on ocean floor
REJECTED
All liquid water on earth estimated to evaporate within ~1 billion years time, allowing for eventual containment breach.
The Ethics Committee is accepting potential containment procedure proposals.
CLOSE ADDENDUM 002
On 09/08/2021, Site-41 experienced a major containment breach which led to the release of several high-threat anomalies across the facility. During this, Junior Researcher Lauren Colbert entered SCP-7992's cell in an attempt to find shelter. An interview was arranged with Dr. Rhonda Pearson (Ethics Committee) as part of an investigation into the breach:
[[START OF INTERVIEW]]
[A staff recreational room has been booked for the interview. Dr. Pearson enters the room, and takes a seat in an armchair. Jr. Researcher Colbert sits opposite, on a sofa. The latter appears dishevelled and uneasy.]
Pearson: Hi Lauren, I'm Rhonda. Thank you for meeting me at such short notice. As I said in my message, I'm helping to investigate the breach that occurred yesterday. We're interviewing as many people as we can, to get as complete a picture as possible of what happened. In your own words, and your own time, please could you tell me what you recall from yesterday?
Colbert: Yeah, sure… it- sorry, let me just- [Colbert sharply inhales.] Okay. It was just like any other day. I had finished my morning tests, and was on my way to the cafeteria. Then it all, it all happened so quickly. I was in corridor G5A and a group — a mass — of people came running round the corner. Split-second after they did, the alarms started to flash and sound. I didn't have a moment to realise what was going on before someone ran straight into me, sending me to the floor.
[Colbert pauses.]
Pearson: Take your time.
Colbert: Sorry. This is the worst breach I've been involved in — by far. I stood up, and I looked down the corridor, and saw that thing. I turned and ran, I don't know in which direction, just that it was away from there. I looked behind me only once, and it was so close. The tentacles were lapping at my feet. There was a door ahead, and I took it — I swiped my card, jumped through, and slammed the door behind me.
Pearson: And this was SCP-7992's cell?
Colbert: Yeah. I realised soon as I turned around. The gorilla, poor Dr. Harrison — you'd be hard pressed to find someone on site who doesn't know that story; it's rare to lose research staff. Even with the rumours of what he was like and was working on, no-one deserves to die like that.
Pearson: Rumours?
Colbert: Sorry, I thought you'd have heard them. I think the 70s were a different time in terms of culture — things allowed which wouldn't be today. A more liberal attitude towards the handling of anomalies.
Pearson: It was a different time, that's when I first joined here. We've gone off topic though, please continue.
Colbert: I knew my mistake immediately. I thought I was going to die. We work with the anomalous and cosmic every day, but there was something so visceral, so real, at the prospect of being torn to death by that thing.
Pearson: And what happened?
Colbert: At first, nothing. We just stared at each other for what felt like a lifetime. I think we were sizing each other up, coming to terms with the situation we found ourselves in. I couldn't even hear the humming of the SRA below us, and those things are usually so loud.
Pearson: I'll be honest with you, Lauren. You got lucky. Really lucky. That thing's been locked away for nearly 50 years now with no outside interaction. If it wasn't due to the shock, it would have ripped you to pieces.
[Colbert shudders.]
Colbert: I think that's what it was. He — sorry, it — asked who I was, why I was there. I've seen the photo of Harrison on the anomaly file. It looked like him, but different. Hollow, like there was nothing behind the eyes.
Pearson: The anomaly speaks in glossolalia — nonsense. The memetic effect converts it to words we understand. Don't think too much about what is said. What occurred next?
Colbert: It came for me, directly at me. It started to run, shouting as it did. I turned, swiped my card, and left. I knew I'd be dead for certain if I stayed in there. I chose to take my chances outside.
Pearson: Okay. Thanks Lauren, I appreciate you telling me this. It doesn't sound like a pleasant experience. Have you been prescribed amnestics before?
[Colbert shakes her head.]
Pearson: I'd recommend them — I've used them several times myself to help process trauma. Let me write you up an order now, and you can take it straight to Provisions. They'll be able to explain how to administer them.
[Pearson takes a notepad from her jacket, and begins to write. She hands Colbert the prescription, and the two get up to leave the room.]
Colbert: Thanks Docto-
Pearson: Please, call me Rhonda.
Colbert: Thanks, Rhonda. I know you said not to pay attention to its words, but as I was leaving it was screaming at me. It's stuck with me more than anything else I saw that day.
Pearson: This is precisely why you should take the amnestics. I promise they'll help. What did you think the anomaly was saying though?
Colbert: It screamed the same thing over and over again. "Tell them I'm sorry."
[[END OF INTERVIEW]]
▼ ACCESS GRANTED ▼
INTERNAL AFFAIRS
SCP-7992 Interview 051
18,101 DAYS SINCE LAST INTERVIEW
[Dr. Pearson enters SCP-7992's cell.]
Pearson: Some company must have been nice the other day. First human interaction in nearly fifty years. She passed on your message.
[SCP-7992 is huddled in a corner on the floor. Pearson begins to walk over.]
Pearson: But we don't need you to be sorry. We just need you to tell us how you did it. What use is immortality if you're forever imprisoned?
[Pearson reaches SCP-7992 and squats down to it.]
Pearson: You can leave this cell, come with me right now. Be free. Please, let me help you.
[SCP-7992 looks up and makes eye contact with Pearson.]
SCP-7992: Rhonda??
[Pearson smiles.]
Pearson: Yes, it's me.
[SCP-7992 begins to laugh.]
SCP-7992: You've got old.
[Pearson stands and takes a step back.]
SCP-7992: So many new wrinkles. Do your bones ache yet? Has the rot set in? Thank you for reminding me why I'm here. I rescind my apology.
Pearson: Funny. Well, let's see how funny you are after another 50 years.
SCP-7992: I'll still be here, Rhonda. Will you?
Pearson: Last chance.
[SCP-7992 laughs. Pearson begins to walk away.]
SCP-7992: 50. 500. 5,000. 50,000.
[Pearson bangs on the cell door. Her security attaché open it.]
SCP-7992: I'll still be here, Rhonda! I'll always be here.
Feel free to add this collapsible to your own articles!
