: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;
}
}
}
}
如果你在听这个,那就意味着你完了——而且是很惨的那种。
没人愿意来Site-333:他们不会来这里进行研究项目,完成培训研讨会或咨询他们领域的专家。
不,在Site-333没有人情这一说。要么你捅了一个非常大的篓子——你知道那是什么,所以他们把你送到这里——让你远离他们的视线和思维——要么你的整个职业生涯充满了操蛋的失败,这种情况下你最好留在家里。
我来介绍一下吧:
在Site-43,他们“颠覆,常规,模式”;在Site-333,没有人管你在干什么。
在Site-120的人“以火攻火”;而Site-333自从1962年就一直没能通过消防安全检查。
在斯洛斯皮特,传说变为现实;在大西洋城,梦想变为幻灭。
这里一直如此吗?
简短回答:是也不是。完整回答:这很重要吗?
安保设施档案:
Site-333 — USNJAC
Nx-36 — "大西洋城" — Briar
Site-333 [中左侧]——灯塔之旅门票可供自助购买。
基本信息
设施功能: Site-333最初成立的目的是调查1952年至1953年新泽西州大西洋城发生的“提送”报道。虽然这些谣言得到了证实,但这一事件对当地平民的影响力度有限,这被认为对帷幕没有造成威胁。此后,因为持续出现低水平异常,大西洋城就被命名为Nexus-36。
自成立以来,Site-333一直在反复缩小规模,并提出了许多解散提议。到目前为止,O4议会的代表否决了这些提议,对于将Site-333工作人员转移到附近其它设施,他们也很犹豫。
因此,作为低风险,低威胁异常和伪异常现象的通用、低成本收容设施,Site-333仍然处于活跃状态。
Site-333还拥有一个致力于收集泽西恶魔Jersey Devil相关文献的博物馆,并额外包含一个灯塔样式的旅游景点,它提供了枢纽的全景。这些景点带来的旅游收入贡献了Site-333每年大部分的资金。
Nexus-36:在1952-1953年间,大西洋城内连续发生了世界末日事件(查阅精选历史:新泽西提送 获取更多信息),导致了视觉和听觉上的异常现象和人类个体的突然消失。受影响者被认为是正直的公民:和蔼、友好、慷慨且善良;大西洋城中共23名个体自发性消失。
自1953以来,大西洋城内的背景阿吉巴辐射已降至接近0。“不幸”事件发生的频率和强度显著升高(相较于于此前基准),停留在城市边界48-72小时的人员表示绝望、失望,对他人的不信任以及对他人情况的冷漠的感受显著增强。
值得注意的是,人员表示在大西洋城赌场内不会经历以上情绪影响,直到离开赌场——此类感受将突然出现,且显然更为强烈。Site-333研究员在此现象是否为异常现象上存在分歧。
备注:Site-333的职业安全与健康制度
提醒:SCP基金会是一个秘密的国际组织,因此不受任何个别地缘政治国家的管辖,无论基金会人员的国籍或工作地点如何。
因此,我们没有法律义务遵守美国劳工部职业安全与健康管理局 Occupational Safety and Health Administration(OSHA) 制定的指导方针和规定。
此外,由于最近预算的重新分配,Site-333员工的与工作相关的伤害,疾病,残疾或死亡的保险将不再作为金贝格-莱兹有限公司保险套餐的一部分。
那边的会计说这是个“坏主意”,但我们Site-333相信个人的责任和自由,因此我们代表您作出了这个决定。
我们正在实施一个全新的系统,如果感到有任何危险、工作状况不安全或者对最近行政变化不满都可以进行投诉。投诉可以通过匿名意见箱发出。
为了保密,这个箱子将放在我的办公室里,放在我的办公桌上。
请记住:您有责任保持Site-333的安全和健康运行。
Vincent Bohart,
Site-333主管
精选历史
背景——大西洋城:1854年,大西洋城在新泽西州海岸成立,成为美国东海岸著名的度假城市。除了木板铺成的小路、游乐场和各种赌场外,大西洋城还以举办美国小姐选美大赛和启发美国版棋盘游戏大富翁而闻名——由于这些与Nx-36的异常效应有关,两者都已被分配临时异常名称,正等待相关资金批准。
在禁酒令时期,大西洋城很大程度上处于超常犯罪组织芝加哥鬼灵的控制下,该组织利用非法贩酒和赌博获利。1935年,该组织已经基本脱离该市事务,原因是客户的普遍不满以及多次错误和延迟发货、员工的无礼和缺乏实质性利润导致的运营疲劳。
20世纪30年代中期,该组织已基本离开该市,随之而来的是零星的犯罪、局部贫困和独立政府腐败的加剧,这种情况持续到了1950年。拥有异常联系渠道的企业主试图与芝加哥鬼灵重新谈判以求保护或更常规的业务,但多事请求没有得到答复或认可。
新泽西提送:1952年8月24日,Emella Murphy在沿着人行道购物时伴随着无形的喇叭声消失。
当地报纸简短地报道了这一事件,但未能引起公众的广泛关注。Emella Murphy过着孤独的生活,她将自己的住宅变为了候鸟和昆虫的庇护所;这一选择导致她在邻居中很不受欢迎。
在接下来的6个月里,又发生了若干起消失事件,他们都从事过对当地社区、生态或文化的工作。与Emella类似,他们的失踪很大程度上不为人所知。
一个例外是Michael Inswater的失踪,发生于1952年11月23日,在拥挤的圣玛丽恩典教堂内。Michael消失时正在收集救济品,这导致了收集到的救济品洒在了教堂地板上。在最初的惊讶和随后对“免费”的钱的争夺过后,一场关于为什么某些人没有“被神”选中的神学辩论随之展开。这场辩论演变为一次斗殴。对斗殴双方的控制导致了警方的调查,并发现牧师经常挪用公款;由于当地刑事司法系统中的腐败,该案件随后被撤销。
1953年初,异常事件结束。基金会反应小队迟到了数月,但决定留在大西洋城以监视随后的事态发展。
Site-333:在基金会人员决定在大西洋城建立一个永久站点后——部分原因是火车的一再延误和取消——相关人员提出了建立Site-333的请求。请求被错误地当成为基金会雇员提供临时、紧急的办公场地以便在不适合建造官僚设施的场地进行办公的申请来处理。因此,一些码头边上的小房间被租用,它们是一已废弃的游乐园的前办公室。
Site-333的员工在此处停留了数年,而基金会管理部门一直没有意识到这个错误。在此期间,由于令人不悦的气味、洗手间的频繁漏水以及电线不适配导致的停电和火警系统误报,此站点饱受诟病。由于邮寄方式不当,多数抱怨并没有送达至恰当的人员手中。
站点员工关闭火警系统的选择导致了一起小型事故——由于对一种异常物质的收容不力——建筑物的石棉绝缘层起火。Site-333员工被成功疏散,仅仅造成了轻伤,这主要是错误的安全出口指示牌导致的,其将人员引至了一外部阳台,该阳台的消防通道先前已被拆除。
基金会员工随后转移至“幸运星餐厅”,它被改造成临时办公场所。Site-333在该地驻扎了12年,随后该建筑被购买以用于海滨迷你高尔夫场地;建设仍在进行中。
Site-333当前所在地为那里的小型管理、研究与收容团队提供了周全的服务。尽管站点并非不会对周边造成影响,对当地居民的调查显示,其对该设施及其员工的个人生活普遍表示不感兴趣。目前,Site-333除了拥有一附属灯塔提供视野外,同时还设有一家博物馆,专门展出当地神秘生物与泽西恶魔。
2019年,Site-333主管Vincent Bohart联系了基金会设施Site-666主管House,请求两设施巩固其“姊妹站点”的关系。由于House主管没有回应,因此Vincent主管就默认其已经同意这个请求,之后一个小型仪式便在Site-333被举行;Site-666受邀者无一出席。
著名人物Q&A:
Tony Catalano:Site-333会计和旅游部门主管。
Q:能跟我说说您自己吗?
Tony Catalano — A:当然,呃。我是Tony。在Site-333大概工作了34年了?呃,大部分时间都在会计这个岗位度过。现在在会计和旅游部工作。
需要明确的是,这并非两件独立的事。这个部门名为“会计与旅游部”,那是个有趣的故事。呃,当前任站点主管退休时……哎呀,那好像是03年的事吧?总之,Vincent开始把他的养老金汇入这个站点的资金中。这可是帮了天大的忙! 我们用这位老先生的名字给新的空调机组起了名。遗憾的是老主管辞职不久,它也报废了。就在那时,基金会实行了这个计划,我们需要找到一种方法来搞到一些额外的资金。灯塔刚好就矗立在那儿, 所以Vincent 想:"为什么不给上来参观的人收费呢?"所以我们搬走了监控设备、阿吉巴辐射监控装置、大规模记忆删除分配系统,停用了备用紧急照明灯,并向参观的平民收取费用。工作进行的相当出色, 并且让我们好几年都在盈利。
好吧,至少它阻止了我们继续亏损下去。
不过我们离亏损应该还挺远的。
Leonora Morales:Site-333 (异常)野生动物专家
Q:您都从事什么样的研究呢?
Leonora Morales — A:我一直在尝试对一些当地鸟类进行研究: 大多数是海鸥。早晨我在海滩上散步,虽然总是到处都铺满了垃圾,我开始注意到一些不属于这里的东西。
成群的海鸥站在周围,周围满是烟头。就像我先前说的,铺满了的烟头。这些鸟每只每天至少能抽整整一袋烟。而且这些东西一点儿都不便宜,所以肯定有个地方能让它们得到这些烟。我一直在尝试设置摄像机来监视它们,但显然我们在速8电影院上运行的那个已经被去年七月发的洪水冲坏了。
Noah Patel:隐生动物学家和博物馆馆长
Q:您是如何来到Site-333工作的?
Noah Patel — A:我是在这里出生的,在就泽西北部。可以这么说,大西洋城就是我流淌着的血液。你知道,想想看,我觉得我从未离开过这个州。我想根本没有任何原因能让我这么做。泽西恶魔就在这里,如果我想抓住它,我必须留在这儿。
我的专业知识在博物馆真的派上了用场,我自己收集了大部分展览用品,所以能有一个地方来展示它们真的很酷。大多数时候我不介意与游客打交道。 尽管时不时会有一些自以为聪明的家伙想要反驳“神话”故事。保持缄默太难了, 我无法谈论山羊人的真实性,或者尼斯湖水怪,或者丘帕卡布拉、多尔胡、宁恩、斯奎克, 你知道的所有的。
泽西恶魔是真的,我知道。
有一次我差点儿就走了,来想想看。Paige Harper发现我一直在做的关于恶魔的档案研究,因此她邀请我加入她的团队,她正在做 关于吸血鬼的虚拟批判性研究。她居然来这里参观了一会儿,她真的是个很酷的人,我们相处得很好。我听说因为工作,她赢得了某种重要的基金会奖励。
他们实际上办了一个典礼。他们看起来都既开心又自豪。我知道我自己已经朝着那个方向前进了,只需破解泽西恶魔的谜团。
相关异常和报告
假设的异常:
- SCP-8666:泽西恶魔——缺乏分类证据
- SCP-8271:烟鬼海鸥——缺乏分类证据
注:假设异常最后修订于:2018年3月12日。
已证实的异常:
注:在异常项目日志和异常事件日志中重新分类的其他项目。
事故报告与私人投诉表格:
请勿抄送人力资源部、伦理委员会及国际劳工组织!
大西洋城景色。由于沙滩上出现异常钩虫,排球比赛被取消了。
嗯,就是这样。欢迎来到Site-333。你很快就会适应这里的一切。成为我们的一员对你们中的大多数人来说大概率不会造成什么改变。我得提前告诉你,如果你的办公室里出了点什么问题,别跟我说;一点黑霉菌压根儿就伤不到人。
现在,进入有趣的部分。我们整理了一些受欢迎的大西洋城套餐,您可以在离开时领取——这并不完全是坏事!我们这里有一场免费的迷你高尔夫、一张Ceasers餐厅的自助餐票、甚至还有一小袋盐水太妃糖。
不用担心保质期,反正只是糖而已。
结束之前。据说好事成三,所以我要给你留下第四件事。
当幸运女神降临Site-666时,庄家总是会赢;当Site-333获得她的垂青时,你总是会输。
我是Site-333主管Vincent Bohart,讯息结束。