: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); --logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg"); } #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); } #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; background: unset; 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; 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; } } } }
来自基金会记录与信息安全管理部的通知
以下文档受到信息危害影响,当前状态下无法阅读。在文档末尾提供了翻译。
— Maria Jones,RAISA主管
EEEE:EEE-EEEE
EEEE:EEEE1
EEEEEE:EEEEE-EEEEEEEEEEEEEEEE-EEEEEEE。EEEEEEEEEEEEEEEEE-EEEEEEEEEEE。 EEEEEE EEEEEEEEEEEEEEEEEE,EEEEEEEEEEE。
EEEEEEEEEEE,EEEE“EEEE·EEE”EEEEEEEEE。
EE:EEE-EEEEEEEEEE“EEEE·EEE”EEEEE。EEEEEEEEEEEEEEEEEE "EEEEEEEEEE" EEEEEEEEEEEEEEEEEEEEEE2EE,EEEEEEE·EEEEEEEEEEEEEEEEE3。
EEEEEEEEEEEEEEEEEEEEEEE,EEEEEEEEE。EEEEEEEEEEEEEEEEEEE“E”。EEE-EEEEEEEEEEEEEEEEEEEEEE,EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE。
EEE-EEEEEEEEEEEEEEEEEEEEEEEEEEEE EEEEEEEEEEEEEEEEEEE。EEEEEEEEEEEEEEEE“EEEE·EEE”EEEEEEEEEEEE。
EEE-EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE4。EE,EEEEEEEEEEEEEEEEEEEEEEE,EEEEEEEEEEE。
EEEEEEEEEEE EEEEEEEEEEEEE,EEEEEEEEEEEEEEE。EEEEEEEEEEEEEEEE,EEEEEEEEEE。
EEEEEEEEEEE,EEEEEE EEEEEEEEEEEEEEEEEEEEEEEEEE-EEEEEEEEEEEEEE。
EEE:EEEEEEEEEEEEE EEEEEEEEEEEEEEEEEEEEEEEEEEEE
EEEEEEE
EE:EEEEEEEEEEE
EEEEE:EEEEEEEEE EEEEE
EEE:EEEEEE EEEEEEEE
EEE:EEEEEE EEEEE
EEE:EEEEEEE EEEEE
EEEE:EEEEEE EEEE、EEEEEE EEEEEEEEEE、EEEEEEEEE EEEE、EEEEEEEE EEEE、EEEE EEEEEEEEE
EEEE:EEEEEEE EEEEEEEEEEEEEEEEEEEEEEE
EE:EEE
EE:EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE。EEEEEEEEEEEE,EEEEEEEEEE,EEEEEEEEEEEEEE。EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE。
EEEEEEEEEEEEEEE,EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE,EEEEEEEEEEE,EEEEEEEEEEEEEEEEEEEEEEE,EEEEEEEE。
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE,EEEEEEEEEEEEEEEEEEEE。EEEEEEE,EEEEEEEEEEEEEEEE,EEEEEEE,EEEEEEEEEE。
EE:EEEEEEEEEEE,EEEEEEEEEEEEEEEEEEEE。EE,EEEEEEEEEEEEEEEEE。
EEE:EEE.EEE.EEEEEEE|EEEEEEEEEEEE_E#EEE.EEE.EEEEEEE|EEEEEEEEEEEE_E
EEE:EEEEEEEEEEEEEEE@ EEE.EEE
EE:EEEE
EE:EEEEEEEEEEE
EEEEEE EEEEEEEEEE:
EEEEEEEEE,EEEEEEE5EEEEEEEEE,EEEEEEEEEEEEEEEEE。EEEEEEEE,EEEEEEE。
EEEEEE EEEEEEEE
EEEEE
EE:EEE-EEE-EEEE
EE:EEE-EEE-EEEE
EEE:EEEE,EEEEEEEE EEEEEEEEEEEEEEEEEEEEEEE,EEEEEEEEEEEEEEEE,EEEEEEE,EEEEEEEE。EEEEEEEEEE。
EEE:EEEEEEEE
EEEE:EEEEEE EEEEEEEEEE
EE:EEEEEEEEEEE
<EEEE>
EEEEEE:EEEEEEE,EEEEEEEEEE。(EEEEEEEE)
EEEEEEEEEE:(EEEEEEEEE)EEEEEEEEEEEEEEE。
EEEEEE:EEEEEE,EEEEEEEEEEEEE?
EEEEEEEEEE:E,EEEEEEE。
EEEEEE:——EEEEEEEEEEEEEEEEEE,EEEEEEEEEEE,EEEEEEEEEEE“E”?
EEEEEEEEEE:…EEEE。(EE)…EEEEEEEEEEEEE,EEEE!
EEEEEE:EEEE。EEEEEEE,EEEEEEEEEE?
EEEEEEEEEE:EEEE,EEEEEEEEEEEEE?EEEEE。
EEEEEE:EEEEE。(EEE)EEEEEEEEEEEEEEE EEEEEEE?
EEEEEEEEEE:EE!EEEEEEE,EEEE!!EEEEEEEEEEEEE!
EEEEEE:(EEE)EEEEEE。
[EE]
EEEEEE:EEEEEEEEEEEEEEEEEEEEEEEEE?
EEEEEEEEEE:EEEEEE。(EEEE)EEEEEEEEEEE。
EEEEEE:EEEEEEEEEEEE,EEEEEEEEE,EEEEEEEE。
EEEEEEEEEE:……EEEEEEEEE。
EEEEEE:EE。EEEEEEEEEE,EEEEEEEEEEE。
EEEEEEEEEE:(EEEE)……EEEE。
EEEEEE:EEEEE“EEEEEEEEEE”6EEEE。
[EEEEEEEEEEEEEEEEEEE,EEEEEE。EEEEEEEEEEEEEEEEEEEEEEEE,EEEEEEEEEEEE“EEEEEEEEE”。]
EEEEEEEEEE:……EEEEEEEEEEEEE。
[EE]
EEEEEEEEEE:EEEEEEEEEEEEEE,EEEEEEE……(EEEE)……EEEEEEEEEEEEE。
EEEEEE:EEEEEEEEEEEE,EEEEEE。
[EEEEE,EEEEEEEE,EEEEEEEE EEEEEEEEEEEEEEEE。EEEEEEEEEEEEEEEEEE,EEEEEEEEEEEEEEEEEEEEEEEEEEEEE。]
<EEEE>
项目编号:SCP-5561
项目等级:Safe7
特殊收容措施:存储SCP-5561的硬盘必须保存在 Site-85 的储物柜中。网络爬虫将扫描互联网上表现出SCP-5561异常效应的图像。 Samuel Fitzgerald将接受基金会护理,直至 2021年2月2日。
截止2020年2月2日,并无其他“马尔奎德·E领主”的模因表现异常性质。
描述:SCP-5561为一网络模因“马尔奎德·E领主”的保存文件。其内容是YouTube实况主Mark "Markiplier" Fischbach的身体上拼接了法尔奎德领主8的脸,并被叠加于马克·扎克伯格于美国国会接受听证的照片上9。
每当硬盘驱动器上的保存文件被官僚文件直接引用时,项目的异常性将显现。此时文档全部的字符均会被替换为大写字母“E”。SCP-5561无法替换未直接引用该文件的文档的字符,然而Fischbach的用户名在受影响的文档中会以不同的名称显示。
SCP-5561最初是在美国俄亥俄州立大学人类学学生Samuel Fitzgerald的电脑硬盘中发现的。Fitzgerald写作了一篇以“马尔奎德·E领主”为主题的论文作为课堂作业。
SCP-5561的第二异常性是Fitzgerald无法写作相应的官僚文件10。此外,对象同样无法说出恐怖游戏YouTuber的名字,记忆删除被确认没有效果。
基金会试图联系Mark Fischbach进行采访,但被Fischbach先生拒绝。随后基金会对其进行了30日的监视,此间未侦测到异常活动。
截至2020年2月2日,Samuel Fitzgerald是基金会已知的唯一一个受到SCP-5561第二异常性影响的个体。
附录1:基金会获取的与Samuel Fitzgerald的纪律听证会有关的会议记录和电子邮件
纪律听证会纪要
日期:2019年11月12日
听证会主席:Elizabeth Dower
主持人:Kenton Moraines
记录员:Valery Trace
计时员:Richard Jones
参会人员:Harvey Grey、Samuel Fitzgerald、Annabelle Ward、Samantha Cole、Hugh Hensworth
会议主题:对Samuel Fitzgerald违反校规一事进行的处分讨论
时限:一小时
讨论:Moraines就Grey教授在学期中收到的Fitzgerald的电子邮件和言语骚扰展开了讨论。Fitzgerald声称,文件在发送时完全正常,可能是由于技术错误导致的结果。Grey教授称自己担心此次骚扰事件是源于该学期早期对自己涉及残障歧视的错误指控。
Fitzgerald显得很气恼,并说明他与班级中大部分人都曾举报Grey教授曾骚扰一名聋哑学生与她的手语翻译,并向学院方面进行了报告,后来由于证据不足以及Grey教授的任期即将到期,最终没有进行调查。
Moraines询问Fitzgerald是否因此事骚扰Grey教授,Fitzgerald声称他并没有骚扰对方。在进一步询问时,Fitzgerald变得咄咄逼人,开始威胁委员会,最后不得不被带出学校。
结论:委员会决定做出开除处分,并将通过私人委员会就采取何种行动进行投票。此外,委员会的决定结果将通过电子邮件发送。
收件人:ude.uso.tneduts|29dlaregztif_s#ude.uso.tneduts|29dlaregztif_s
发件人:ude.uso|sriaffacimedaca#ude.uso|sriaffacimedaca
主题:听证结果
日期:2019年11月16日
Samuel Fitzgerald:
鉴于对你的骚扰指控,以及你在七叶树11听证会上的不当行为,教务处决定将你从俄亥俄州立大学开除。由于事件的严重性,本决定不会撤销。
Kenton Moraines
教务处主任
电话:614-292-5881
传真:614-292-3658
附录3:调查期间,发现Samuel Fitzgerald居住的公寓完全处于混乱状态,办公区域内散落着该份论文的打印版,打印机已无油墨,浴室的镜子亦损坏。向对方提出了采访要求。
采访者:Królik特工
采访对象:Samuel Fitzgerald
日期:2019年11月18日
<记录开始>
Królik:感谢您接受采访,我是Królik特工。(伸出手与对方握手)
Fitzgerald:(伸出另一方的手握手)有人觉得我不是在撒谎真是太好了。
Królik:根据你的说法,你写了一篇关于这个梗的论文?
Fitzgerald:对,我试着写了一篇。
Królik:——然后无论是你从电脑上发送的电子版文档,还是你交给教授的打印版,所有的字都变成了大写的“E”?
Fitzgerald:…就是那样。(暂停)…可我交上去的时候不是那样的,请相信我!
Królik:我相信你。那么下一个问题,你从哪下载的这张图片?
Fitzgerald:我不知道,从Discord或者IRC?我记不得了。
Królik:我可以理解。(清嗓子)你是想用那些梗骚扰Harvey Grey教授吗?
Fitzgerald:没有!看在老天爷份上,不是那样!!我确实是要交那份该死的论文!
Królik:(记笔记)请您冷静一下。
[沉默]
Królik:对Grey教授的骚扰是不是因为他即将被解雇而加剧了?
Fitzgerald:我没有骚扰他。(咬牙切齿)这就是我试图说明的事情。
Królik:Fitzgerald先生,我理解您对他的不满,但请回答我的问题。
Fitzgerald:……并没有因为解雇加剧。
Królik:谢谢。接下来是最后一个问题,问完以后你就可以离开了。
Fitzgerald:(双手颤抖)……我明白了。
Królik:你试着说出“Darkiplier”12这个名字。
[Fitzgerald在椅子上不安地扭动,随后开口说话。现场的录像分析表明他的口型是在说来自俄亥俄的玩家,然而音频记录显示他说的是“第一个跑进黑暗的人”。]
Fitzgerald:……我在听证会上意识到了这一点。
[沉默]
Fitzgerald:他们觉得我是在嘲笑和威胁他们,然后事态升级了……(盯着后墙)……我只记得最后我被请出了学校。
Królik:我想我们的采访已经完成了,感谢您的配合。
[采访结束后,安保人员进入房间,护送Samuel Fitzgerald进行记忆删除。但在发现记忆删除对异常性并无影响以后,Fitzgerald被指示参加基金会前台医院的每周治疗流程。]
<记录结束>
请按如下方式引用此页:
“SCP-5561”,作者 fairydoctor,来自 SCP 维基。原文链接:https://www.scpwiki.com/scp-5561。译者 Backlight SH,来自 SCP-CN 维基。译文链接:http://scp-wiki-cn.wikidot.com/scp-5561。遵循 CC-BY-SA 协议。
更多详情请参阅授权指南。
授权信息
更多维基文档信息,请见版权信息总览。