-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patha-bad-drink-1.html
More file actions
909 lines (735 loc) · 45.9 KB
/
a-bad-drink-1.html
File metadata and controls
909 lines (735 loc) · 45.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-corrections" lang="en-corrections">
<head>
<title>A bad drink - The Backrooms</title>
<script type="text/javascript" src="https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--javascript/init.combined.js"></script>
<script type="text/javascript">
var URL_HOST = 'www.wikidot.com';
var URL_DOMAIN = 'wikidot.com';
var USE_SSL = true ;
var URL_STATIC = 'https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc';
// global request information
var WIKIREQUEST = {};
WIKIREQUEST.info = {};
WIKIREQUEST.info.domain = "backrooms-wiki.wikidot.com";
WIKIREQUEST.info.siteId = 4431268;
WIKIREQUEST.info.siteUnixName = "backrooms-wiki";
WIKIREQUEST.info.categoryId = 38105090;
WIKIREQUEST.info.themeId = 1;
WIKIREQUEST.info.requestPageName = "a-bad-drink";
OZONE.request.timestamp = 1763711619;
OZONE.request.date = new Date();
WIKIREQUEST.info.lang = 'en-corrections';
WIKIREQUEST.info.pageUnixName = "a-bad-drink";
WIKIREQUEST.info.pageId = 1165116676;
WIKIREQUEST.info.lang = "en-corrections";
OZONE.lang = "en-corrections";
var isUAMobile = !!/Android|webOS|iPhone|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
</script>
<script type="text/javascript">
require.config({
baseUrl: URL_STATIC + '/common--javascript',
paths: {
'jquery.ui': 'jquery-ui.min',
'jquery.form': 'jquery.form'
}
});
</script>
<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
<meta name="og:title" content="A bad drink"/>
<meta name="og:description" content="Documenting the levels, entities, objects and phenomena of the Backrooms. You've been here before."/>
<meta name="og:site_name" content="The Backrooms Wiki"/>
<meta name="og:type" content="article"/>
<meta name="description" content="Documenting the levels, entities, objects and phenomena of the Backrooms. You've been here before."/>
<meta name="og:image" content="http://backrooms-wiki.wikidot.com/local--files/start/opengraphhallprint.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="twitter:card" content="summary"/>
<meta http-equiv="content-language" content="en-corrections"/>
<script type="text/javascript" src="https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--javascript/WIKIDOT.combined.js"></script>
<style type="text/css" id="internal-style">
/* modules */
@import url(https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--modules/css/pagerate/PageRateWidgetModule.css);
/* theme */
@import url(https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--theme/base/css/style.css);
@import url(https://backrooms-wiki.wikidot.com/component:theme/code/1);
</style>
<link rel="shortcut icon" href="/local--favicon/favicon.gif"/>
<link rel="icon" type="image/gif" href="/local--favicon/favicon.gif"/>
<link rel="apple-touch-icon" href="/local--iosicon/iosicon_57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/local--iosicon/iosicon_72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/local--iosicon/iosicon.png" />
<meta name="msapplication-TileImage" content="/local--wp8icon/wp8icon.png"/>
<link rel="alternate" type="application/wiki" title="Edit this page" href="javascript:WIKIDOT.page.listeners.editClick()"/>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18234656-1']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
_gaq.push(['old._setAccount', 'UA-68540-5']);
_gaq.push(['old._setDomainName', 'none']);
_gaq.push(['old._setAllowLinker', true]);
_gaq.push(['old._trackPageview']);
</script>
<script type="text/javascript">
window.google_analytics_uacct = 'UA-18234656-1';
window.google_analytics_domain_name = 'none';
</script>
<link rel="manifest" href="/onesignal/manifest.json" />
<script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" acync=""></script>
<script>
var OneSignal = window.OneSignal || [];
OneSignal.push(function() {
OneSignal.init({
appId: null,
});
});
</script>
<meta name="google-adsense-account" content="ca-pub-7805322678042888"/>
<style>
@import url('https://use.fontawesome.com/releases/v6.7.2/css/all.css');
#side-bar .side-block.languages { margin-top: 0; }
.side-block.languages .heading { margin-top: 1em; }
#side-bar .side-block.socials {
display: flex;
justify-content: space-around;
flex-direction: row;
flex-wrap: wrap;
}
#side-bar .side-block .sidebar-social {
background: rgb(var(--dark-gray-monochrome, 30, 30, 30));
color: rgb(var(--white-monochrome, 240, 240, 240));
display: inline-flex;
width: 1.25rem;
height: 1.25rem;
font-size: 1.25rem;
margin: 0.25rem;
padding: 5px;
border-radius: 5px;
text-decoration: none;
align-items: center;
justify-content: center;
transition: 0.1s;
}
#side-bar .side-block .sidebar-social:visited {
color: rgb(var(--white-monochrome, 240, 240, 240));
}
#side-bar .side-block .sidebar-social:is(:hover, :focus) {
background: rgb(var(--bright-accent, 90, 90, 90));
}
@media screen and (max-width: 56.25rem) {
#side-bar .side-block .sidebar-social {
width: 1.6rem;
height: 1.6rem;
font-size: 1.6rem;
margin: 0.3rem;
}
}
</style>
<style>
.licensebox .collapsible-block-link {
margin-left: inherit;
padding: inherit;
transition: inherit;
opacity: inherit;
color: inherit;
font-weight: inherit;
}
</style>
<style>
@import url('https://backrooms-wiki.wikidot.com/component:colstyle/code/1');
</style>
<script type="text/javascript" src="https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--modules/js/list/ListPagesModule.js"></script>
<script type="text/javascript" src="https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--modules/js/pagerate/PageRateWidgetModule.js"></script>
</head>
<body id="html-body">
<div id="skrollr-body">
<a name="page-top"></a>
<div id="container-wrap-wrap">
<div id="container-wrap">
<div id="container">
<div id="header">
<h1><a href="/"><span>The Backrooms</span></a></h1>
<h2><span>You've been here before.</span></h2>
<!-- google_ad_section_start(weight=ignore) -->
<div id="search-top-box" class="form-search">
<form id="search-top-box-form" action="dummy" class="input-append">
<input id="search-top-box-input" class="text empty search-query" type="text" size="15" name="query" value="Search this site" onfocus="if(YAHOO.util.Dom.hasClass(this, 'empty')){YAHOO.util.Dom.removeClass(this,'empty'); this.value='';}"/><input class="button btn" type="submit" name="search" value="Search"/>
</form>
</div>
<div id="top-bar">
<div class="list-pages-box">
</div>
<div class="top-bar">
<ul>
<li><a href="/start">Home</a></li>
<li>Wiki
<ul>
<li><a href="/system:join">Join The Wiki</a></li>
<li><a href="/top-rated-pages">Top Pages</a></li>
<li><a href="/most-recently-created">Most Recent</a></li>
<li><a href="/top-rated-pages-this-month">Top Recent</a></li>
<li><a href="/lowest-rated-pages">Lowest Rated</a></li>
<li><a href="/system:page-tags">Tags</a></li>
<li><a href="/random:random-page">Random Page</a></li>
<li><a href="http://backrooms-sandbox-2.wikidot.com/">Sandbox</a></li>
</ul>
</li>
<li>Library
<ul>
<li><a href="/normal-levels-i">Levels</a>
<ul>
<li><a href="/normal-levels-i">Levels</a></li>
<li><a href="/unnumbered-levels">Unnumbered Levels</a></li>
</ul>
</li>
<li><a href="/entities">Entities</a>
<ul>
<li><a href="/entities">Entities</a></li>
<li><a href="/unnumbered-entities">Unnumbered Entities</a></li>
</ul>
</li>
<li><a href="/objects">Objects</a></li>
<li><a href="/phenomena">Phenomena</a></li>
<li><a href="/tales">Tales</a></li>
<li><a href="/poi-s">POI's</a></li>
<li><a href="/groups-list">Groups</a></li>
<li><a href="/canons">Canons</a></li>
<li><a href="/joke-entries">Joke Entries</a></li>
<li><a href="/themes">Themes</a></li>
<li><a href="/components">Components</a></li>
<li><a href="/translations-hub">Translations Hub</a></li>
<li><a href="/art-gallery">Art Gallery</a></li>
<li><a href="/hubs-hub">Hubs Hub</a></li>
</ul>
</li>
<li>Community
<ul>
<li><a href="/forum:start">Forums</a></li>
<li><a href="/discord">Discord</a></li>
<li><a href="/twitter">Twitter</a></li>
<li><a href="/tumblr">Tumblr</a></li>
<li><a href="https://linktr.ee/backroomswiki">Linktree</a></li>
<li><a href="/contest-archive">Contest Archive</a></li>
<li><a href="/page-of-the-week-archive">Page Of The Week Archive</a></li>
<li><a href="/featured-archive">Featured Archive</a></li>
<li><a href="/authors-pages">Authors</a></li>
<li><a href="/site-rules">Site Rules</a></li>
<li><a href="/meet-the-staff">Meet The Staff</a></li>
</ul>
</li>
<li>Info Pages
<ul>
<li><a href="/guide-hub">Guide Hub</a></li>
<li><a href="/greenlight-policy">Greenlight Policy</a></li>
<li><a href="/art-page-policy">Art Page Policy</a></li>
<li><a href="/tag-guide">Tag Guide</a></li>
<li><a href="/criticism-policy">Criticism Policy</a></li>
<li><a href="/licensing-guide">Licensing Guide</a></li>
<li><a href="/image-use-policy">Image Use Policy</a></li>
<li><a href="/rewrite-policy">Rewrite Policy</a></li>
<li><a href="/deletions-policy">Deletions Guidelines</a></li>
</ul>
</li>
</ul>
</div>
<div class="mobile-top-bar">
<div class="open-menu">
<p><a href="#side-bar">≡</a></p>
</div>
<ul>
<li>Wiki
<ul>
<li><a href="/system:join">Join The Wiki</a></li>
<li><a href="/top-rated-pages">Top Pages</a></li>
<li><a href="/most-recently-created">Most Recent</a></li>
<li><a href="/lowest-rated-pages">Lowest Rated</a></li>
<li><a href="/system:page-tags">Tags</a></li>
<li><a href="/random:random-page">Random Page</a></li>
<li><a href="http://backrooms-sandbox-2.wikidot.com/">Sandbox</a></li>
<li><a href="/forum:start">Forums</a></li>
</ul>
</li>
<li>Library
<ul>
<li><a href="/normal-levels-i">Levels</a></li>
<li><a href="/unnumbered-levels">Unnumbered Levels</a></li>
<li><a href="/entities">Entities</a></li>
<li><a href="/unnumbered-entities">Unnumbered Entities</a></li>
<li><a href="/objects">Objects</a></li>
<li><a href="/phenomena">Phenomena</a></li>
<li><a href="/tales">Tales</a></li>
<li><a href="/poi-s">POI's</a></li>
<li><a href="/groups-list">Groups</a></li>
<li><a href="/canons">Canons</a></li>
<li><a href="/joke-entries">Joke Entries</a></li>
<li><a href="/themes">Themes</a></li>
<li><a href="/components">Components</a></li>
<li><a href="/translations-hub">Translations Hub</a></li>
<li><a href="/art-gallery">Art Gallery</a></li>
<li><a href="/hubs-hub">Hubs Hub</a></li>
</ul>
</li>
<li>Info Pages
<ul>
<li><a href="/discord">Discord</a></li>
<li><a href="/twitter">Twitter</a></li>
<li><a href="/tumblr">Tumblr</a></li>
<li><a href="https://linktr.ee/backroomswiki">Linktree</a></li>
<li><a href="/guide-hub">Guide Hub</a></li>
<li><a href="/greenlight-policy">Greenlight Policy</a></li>
<li><a href="/tag-guide">Tag Guide</a></li>
<li><a href="/criticism-policy">Criticism Policy</a></li>
<li><a href="/licensing-guide">Licensing Guide</a></li>
<li><a href="/image-use-policy">Image Use Policy</a></li>
<li><a href="/rewrite-policy">Rewrite Policy</a></li>
<li><a href="/deletions-policy">Deletions Guidelines</a></li>
<li><a href="/authors-pages">Authors</a></li>
<li><a href="/meet-the-staff">Meet The Staff</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id="login-status"><a href="javascript:;" onclick="WIKIDOT.page.listeners.createAccount(event)" class="login-status-create-account btn">Create account</a> <span>or</span> <a href="javascript:;" onclick="WIKIDOT.page.listeners.loginClick(event)" class="login-status-sign-in btn btn-primary">Sign in</a> </div>
<div id="header-extra-div-1"><span></span></div><div id="header-extra-div-2"><span></span></div><div id="header-extra-div-3"><span></span></div>
</div>
<div id="content-wrap">
<div id="side-bar">
<div class="side-block socials"><a class="sidebar-social fa-brands fa-x-twitter" href="/twitter"><span style="font-size:0%;">Twitter</span></a><a class="sidebar-social fa-brands fa-discord" href="/discord"><span style="font-size:0%;">Discord</span></a><a class="sidebar-social fa-brands fa-facebook" href="https://www.facebook.com/profile.php?id=61575995663725/"><span style="font-size:0%;">Facebook</span></a><a class="sidebar-social fa-brands fa-instagram" href="https://www.instagram.com/backrooms.wikidot/"><span style="font-size:0%;">Instagram</span></a><a class="sidebar-social fa-brands fa-bluesky" href="https://bsky.app/profile/ts.thebackrooms.wiki/"><span style="font-size:0%;">Bluesky</span></a><a class="sidebar-social fa-brands fa-tumblr" href="/tumblr"><span style="font-size:0%;">Tumblr</span></a></div>
<div class="side-block">
<div class="menu-item"><a href="/">Main</a> | <a href="/forum:start">Forum</a></div>
</div>
<div class="side-block">
<div class="collapsible-block">
<div class="collapsible-block-folded"><a class="collapsible-block-link" href="javascript:;">For New Users</a></div>
<div class="collapsible-block-unfolded" style="display:none">
<div class="collapsible-block-unfolded-link"><a class="collapsible-block-link" href="javascript:;">– hide block</a></div>
<div class="collapsible-block-content">
<div class="menu-item">
<p><a href="/site-rules">Site Rules</a></p>
</div>
<div class="menu-item">
<p><a href="/greenlight-policy">Greenlight Policy</a></p>
</div>
<div class="menu-item">
<p><a href="http://backrooms-wiki.wikidot.com/forum/c-6898685/introductions">Forum: Introduce Yourself</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="side-block languages"><div class="list-pages-box">
</div><div class="list-pages-box">
</div><div class="list-pages-box">
</div><div class="list-pages-box">
</div><div class="list-pages-box">
</div></div>
<div class="side-block">
<div class="heading">
<p><strong>Library</strong></p>
</div>
<div class="menu-item">
<p><a href="/normal-levels-i">Levels</a>|<a href="/unnumbered-levels">Unnumbered Levels</a></p>
</div>
<div class="menu-item">
<p><a href="/entities">Entities</a>|<a href="/unnumbered-entities">Unnumbered Entities</a></p>
</div>
<div class="menu-item">
<p><a href="/phenomena">Phenomena</a>|<a href="/objects">Objects</a>|<a href="/tales">Tales</a></p>
</div>
<div class="menu-item">
<p><a href="/poi-s">POI's</a>|<a href="/groups-list">Groups</a>|<a href="/canons">Canons</a></p>
</div>
<div class="menu-item">
<p><a href="/joke-entries">Joke Pages</a>|<a href="/themes">Themes</a>|<a href="/components">Components</a></p>
</div>
<div class="menu-item">
<p><a href="/art-gallery">Art Gallery</a>|<a href="/hubs-hub">Hubs Hub</a></p>
</div>
</div>
<div class="side-block">
<div class="heading">
<p><strong>Wiki</strong></p>
</div>
<div class="menu-item">
<p><a href="/how-many-pages">How Many Pages?</a></p>
</div>
<div class="menu-item">
<p><a href="/top-rated-pages-this-month">Top Rated New Pages</a></p>
</div>
<div class="menu-item">
<p><a href="/top-rated-pages-by-year">Top Pages by Year</a></p>
</div>
<div class="menu-item">
<p><a href="/top-rated-pages">Top Pages of All Time</a></p>
</div>
<div class="menu-item">
<p><a href="/most-recently-created">Newly Created Pages</a></p>
</div>
<div class="menu-item">
<p><a href="/underread-and-underrated">Underread Pages</a></p>
</div>
<div class="menu-item">
<p><a href="/random:random-page">Random Page</a></p>
</div>
<div class="menu-item">
<p><a href="/lowest-rated-pages">Lowest Rated Pages</a></p>
</div>
<div class="menu-item">
<p><a href="/system:page-tags">Tags</a></p>
</div>
</div>
<div class="side-block">
<div class="heading">
<p><strong>Community</strong></p>
</div>
<div class="menu-item">
<p><a href="/system:join">Join The Wiki</a></p>
</div>
<div class="menu-item">
<p><a href="/forum:start">Forum</a> - <a href="/forum:recent-posts">New Posts</a></p>
</div>
<div class="menu-item">
<p><a href="/translations-hub">Translations Hub</a></p>
</div>
<div class="menu-item">
<p><a href="/authors-pages">Authors' Pages</a></p>
</div>
<div class="menu-item">
<p><a href="/meet-the-staff">Meet The Staff</a></p>
</div>
</div>
<div class="side-block">
<div class="heading">
<p><strong>Resources</strong></p>
</div>
<div class="menu-item">
<p><a href="/faq">FAQ</a></p>
</div>
<div class="menu-item">
<p><a href="/guide-hub">Guide Hub</a></p>
</div>
<div class="menu-item">
<p><a href="http://www.backrooms-sandbox-2.wikidot.com">Sandbox</a></p>
</div>
<div class="menu-item">
<p><a href="/system:recent-changes">Recent Changes</a></p>
</div>
<div class="menu-item">
<p><a href="/site-rules">Site Rules</a></p>
</div>
</div>
<div style="clear:both; height: 0px; font-size: 1px"></div>
<p><a class="open-menu" href="#side-bar"><br /></a></p>
<a class="close-menu" href="##"><br />
<img src="https://scp-wiki.wdfiles.com/local--files/nav:side/black.png" style="z-index:-1; opacity: 0.3;" alt="black.png" class="image" /><br /></a>
</div>
<!-- google_ad_section_end -->
<div id="main-content">
<div id="action-area-top"></div>
<div id="page-title">
A bad drink
</div>
<div id="page-content">
<div style="text-align: right;"><div class="page-rate-widget-box"><span class="rate-points">rating: <span class="number prw54353">+21</span></span><span class="rateup btn btn-default"><a title="I like it" href="javascript:;" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.rate(event, 1)">+</a></span><span class="ratedown btn btn-default"><a title="I don't like it" href="javascript:;" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.rate(event, -1)">–</a></span><span class="cancel btn btn-default"><a title="Cancel my vote" href="javascript:;" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.cancelVote(event)">x</a></span></div></div>
<div style="padding:0.1rem 0.7rem;margin:1rem 0;background:#ede6e6;border-radius:0.6rem;box-shadow: 0px 0px 3px;border: 1.75px solid #98e39d;box-sizing:border-box;">
<div style="text-align: center;">
<h4 id="toc0"><span><strong>Backrooms Settler Project</strong></span></h4>
<h6 id="toc1"><span><strong>Promoted by the M.E.G.</strong></span></h6>
</div>
<p>Heya, this is Danny.</p>
<p>I followed your instructions and found the place, like ‘ya said I would. It’s a nice little plot of land. Truth be told, I don’t think I’ve seen a spot in Level 1 that's this open before. I got your water tap setup, too. There’s a couple of almond water puddles out here, so once I get this hooked up to one of ‘em I should be golden in terms of water.</p>
<p>I appreciate y’all setting up something like this. I’ve always wanted to start up a little community away from Traders Keep, and this is really helping that dream come true. I imagine in about a month you all will be able to send more people my way, and then we’ll have a nice group going.</p>
<p>I’ll send another update in a week, like ‘ya asked. See you then.</p>
<div style="text-align: center;">
<h6 id="toc2"><span><strong>Weekly update: 1</strong></span></h6>
</div>
</div>
<p>Danny unplugged the laptop the M.E.G. had given him and wandered towards the nearest almond water puddle. It had formed around a small dent in the concrete, probably from an entity or something else ages ago, and a small patch of the water had started to form inside of the hole.</p>
<p>He kneeled down to the puddle, and stuck one of the pipes he had been given firmly into the middle of the hole. Sure enough, the pipe started to siphon the water, filling up an empty carton he had placed below. In seconds, he had a container full of almond water, and the hole had been emptied.</p>
<p>He took a deep drink from the carton. He had grown almost numb to the taste of almond water at this point. Though he hated it, it was important to stay hydrated in places like Level 1, and it wasn’t like he was going to find anything more appetizing.</p>
<p>He put a cap over the rest of the container, and stashed it in a small box he’d taken with him. It was time to get to work, and turn this little corner in Level 1 into a home.</p>
<div style="padding:0.1rem 0.7rem;margin:1rem 0;background:#ede6e6;border-radius:0.6rem;box-shadow: 0px 0px 3px;border: 1.75px solid #98e39d;box-sizing:border-box;">
<div style="text-align: center;">
<h4 id="toc3"><span><strong>Backrooms Settler Project</strong></span></h4>
<h6 id="toc4"><span><strong>Promoted by the M.E.G.</strong></span></h6>
</div>
<p>Danny again. Been about a week since I got here, and things are slowly taking shape.</p>
<p>Been using that water tap you got quite a lot, actually. Working on building these shacks is pretty damned exhausting, more so than I thought it’d be. Still, as of today I’ve made a house of my own! It’s real small, and you gotta crouch on your knees to go in it, but I didn’t have enough materials to make it much bigger. If y’all could send more, I’d appreciate it.</p>
<p>Been having to go farther and farther out of camp to get more almond water. I’m storing <em>most</em> of it up for whenever you guys send more settlers my way, but I still don’t think I have quite enough to support a whole community yet. That stuff saves lives!</p>
<p>Still, things are going well. Be back in another week.</p>
<div style="text-align: center;">
<h6 id="toc5"><span><strong>Weekly update: 2</strong></span></h6>
</div>
</div>
<p>Danny stood over a small crater of almond water. He had travelled almost a mile from camp to find this one, and it was much smaller than he’d hoped. It was obvious to him now that he’d been using up a lot of resources…</p>
<p>He plunged the water tap into the hole and began siphoning it into another carton he’d been carrying. As the water dried up, he saw that it had only filled a quarter of the container, the smallest amount he’d ever gotten from a patch of almond water so far.</p>
<p>“<em>Damn…</em>”</p>
<p>Danny hoisted the tap up to his belt, and started walking back towards camp.</p>
<p>While building and setting up the camp had been easy, resource gathering in The Backrooms was near impossible for him. He was a <em>worker</em>, not a scavenger! The M.E.G. had sent him quite a lot of supplies at the start, but they hadn’t gotten back to him yet, and it had almost been three weeks.</p>
<p>He wanted this settlement to work. Hell, he <em>needed</em> it to, but it was starting to frustrate him.</p>
<hr />
<p>As Danny neered the camp, he noticed something odd in the distance…</p>
<p><em>There was another puddle.</em> Not very far from camp at all, and bigger than any he had seen so far. This one must’ve been big enough to fill three different bottles, at least!</p>
<p>He marched over to the source, and as he grew closer, his confusion worsened. How did he miss this? It was massive! He had combed the entire surrounding area, and hadn’t seen anything <em>nearly</em> as big as this before.</p>
<p>As he reached the puddle, he kneeled down to it and looked closer. The water was darker than usual, and somewhat thicker. Could it have been Cashew water?</p>
<p>No, he doubted it. It usually didn’t show up in Level 1.</p>
<p>He dipped his hand into the water and scooped up some of it, sipping it afterwards. It tasted sweeter than normal, almost sugary. Honestly, compared to regular almond water, it wasn’t that bad at all. He began to siphon some of the water with the tap he had, but as it began to fill more and more cartons, he noticed that the puddle itself wasn’t draining.</p>
<p>How the hell…?</p>
<p>He grabbed the tail end of the pump and pushed it into the water, before feeling it hit the end of the indentation. This crater was maybe a few feet wide… How was it not being drained by the water tap?</p>
<p>“<em>Ah, what the hell… Doesn't taste that bad anyways.</em>”</p>
<p>He began to march back to his shack, ready to gather all the containers he could find. He wouldn’t run out of water this time.</p>
<div style="padding:0.1rem 0.7rem;margin:1rem 0;background:#ede6e6;border-radius:0.6rem;box-shadow: 0px 0px 3px;border: 1.75px solid #98e39d;box-sizing:border-box;">
<div style="text-align: center;">
<h4 id="toc6"><span><strong>Backrooms Settler Project</strong></span></h4>
<h6 id="toc7"><span><strong>Promoted by the M.E.G.</strong></span></h6>
</div>
<p>You guys won’t believe it, but I found something really strange the other day.</p>
<p>A water source. This one doesn't drain, though. I’ve been pumping water from it all day long, and not a single drop has actually left the puddle. Filled up six canisters just off this one source.</p>
<p>When you can, send one of your scientist boys down here. I don’t know what the hell is going on, but I won’t complain about it.</p>
<div style="text-align: center;">
<h6 id="toc8"><span><strong>Weekly update: 3</strong></span></h6>
</div>
</div>
<p>Danny closed the laptop, and turned around to the creaky bed behind him. It had been a long and confusing few days, but he felt like he could finally relax. So much of his time had been spent just gathering resources to <em>survive</em>, now that this wasn’t a problem, he could get the outpost finished in only a few more weeks.</p>
<p>Exhausted, he laid down, and drifted to sleep, hoping for a more productive tomorrow…</p>
<hr />
<p>As he woke up the next morning, Danny could immediately feel something was wrong. It took him a few minutes to notice, at first lazily wandering out of his hut and over to the new water source, but as he went to grab the water tap, he saw it…</p>
<p>…<em>There was a second thumb, sprouting out from the palm of his hand.</em></p>
<p>He grabbed his hand in shock, and gawked at the sight in front of him. The thumb was awkwardly protruding from a lopsided angle in his palm, the entire area of his hand completely numb. After stomaching the courage, he pulled at the new appendage, and felt a shock of pain emitte from it.</p>
<p>He fell to his side, grasping the hand firmly. Without thinking, he crawled over to the box of tools the M.E.G. had given him, and picked a hack-saw from within the chest. He positioned it over the new thumb, and grimaced…</p>
<p>…<em>But he couldn’t do it.</em> He didn’t have what it took to cut it off. He cursed to himself, and stood back up.</p>
<p>What could have done this? Was there an entity he hadn’t read about, a property of Level 1 that—</p>
<p>He looked back over to the puddle of Almond Water.</p>
<p>It seemed almost irrational, but somehow he knew not to trust it. He shouldn’t have even gone drinking from it in the first place, because it no doubt had… <em>something</em> to do with whatever the hell had happened to his hand. He shuddered, thinking about how much of it he had drunk over the past two days…</p>
<hr />
<p>Later that night, he opened the cabinet above his bed, where he had kept the almond water from previous nights. As he looked through the individual cartons, he grew even more frustrated. There were at least eight of them, but he couldn’t tell which ones were from puddles earlier, and which had been contaminated from the one outside.</p>
<p>He slammed the cabinet shut in frustration, but in doing so, the shelf that supported it <em>snapped</em> and the cartons of fresh almond water spilled all over him and his clothes.</p>
<p>He yelled again, and hit his hand against the wall, before writhing in pain from the thumb on his hand having been smashed against the steel wall. If this water was what caused the growth, <em>then…</em></p>
<p>He quickly got up and began to dry his face off with a quilt he had found earlier. He had been <em>drenched</em> in the stuff.</p>
<p>“<em>God damn settlers… Fuckin’ water…</em>” He mumbled indiscriminately, frustrated and confused from the day. After a few minutes, his face was dried, and the puddle on the floor cleared up. He went to bed again, hoping for the best…</p>
<hr />
<p>He awoke the next day, and quickly checked his hands. The thumb was still on his palm, now a gross crimson pigment from having been crushed last night, but other than that nothing new had surfaced.</p>
<p>He went to a mirror in his shack, and anxiously looked at his face, before spotting…</p>
<p>What was that? A <em>hole?</em> Yes, that’s right… Slightly above his eye, a small hole had formed…</p>
<p><em>It was an eyelid. An empty eyelid had grown above his left eye.</em></p>
<p>He screamed.</p>
<div style="padding:0.1rem 0.7rem;margin:1rem 0;background:#ede6e6;border-radius:0.6rem;box-shadow: 0px 0px 3px;border: 1.75px solid #98e39d;box-sizing:border-box;">
<div style="text-align: center;">
<h4 id="toc9"><span><strong>Backrooms Settler Project</strong></span></h4>
<h6 id="toc10"><span><strong>Promoted by the M.E.G.</strong></span></h6>
</div>
<p>I don’t know what the hell that water was, but it is <em>not safe.</em></p>
<p>I need y’all to send a doctor, or a researcher… <strong>Someone</strong> equipped to deal with what the hell is going on out here. I want a response <em>now.</em> I need some god damned help.</p>
<div style="text-align: center;">
<h6 id="toc11"><span><strong>Weekly update: 3, follow up.</strong></span></h6>
</div>
</div>
<p>Danny slammed the laptop shut in anger. He didn’t sign up for any of this, it was meant to be a <em>simple project.</em> He thought about leaving, going back to Traders Keep, but knew it wasn’t worth it. If the M.E.G. got his message, they’d send a doctor out, and maybe they’d have an idea as to what the hell had happened to him.</p>
<p><em>Or maybe…</em></p>
<p><em>They wouldn’t.</em></p>
<p>The thought scared him.</p>
<hr />
<p>Another week went by, with complete silence from the M.E.G. It had begun to dawn on Danny that they hadn’t ever responded to <em>any</em> of his messages. He wasn’t even sure if any of them had <em>sended.</em></p>
<p>He had begun to decay further as well. Teeth started to sprout from his arms and face, almost like pimples. It started out small, but in only a few days they were dotting his arms in a uniform pattern. A thick, bulging lump had grown on his back as well, which numbed his entire backside every moment he touched it.</p>
<p>The reality of his situation was beginning to close in on him. Slowly, but surely, he was <em>changing.</em> Morphing into something ungodly, and no thanks to that <em>damned water.</em></p>
<p>He stood up from his bed and wandered over to the almond water source in question. He had stopped working a few days ago, and started to hide in his house, waiting for whatever was happening to leave on its own in naive ignorance.</p>
<p>The puddle hadn’t gotten smaller. If anything, it was <em>bigger.</em> It was a much darker, disgusting pigment then the last time he had seen it, and it smelled <em>awful.</em> Then again, so did he…</p>
<p>He picked up the water tap and threw it into the puddle in anger. If it weren’t for the damned M.E.G. sending him on this mission— not giving him enough <em>supplies</em>… he wouldn't be dealing with this now.</p>
<p>But he was beyond the point of trying to find someone to blame. He knew that. It was becoming more of a matter of figuring out what to do with himself.</p>
<p>He pushed against the roof of his mouth with his tongue, and felt a new protrusion. He was beginning to lose track of what was growing where, and it was agonizing.</p>
<hr />
<div style="padding:0.1rem 0.7rem;margin:1rem 0;background:#ede6e6;border-radius:0.6rem;box-shadow: 0px 0px 3px;border: 1.75px solid #98e39d;box-sizing:border-box;">
<div style="text-align: center;">
<h4 id="toc12"><span><strong>Backrooms Settler Project</strong></span></h4>
<h6 id="toc13"><span><strong>Promoted by the M.E.G.</strong></span></h6>
</div>
<p>Something in the waghter. Killing me.</p>
<p>Do ont send anywhone. Hurts to tuype. Thumbs growing everywhere. Don’t send anywhone.</p>
<p>Can’t send ane more messages now. If this one reaches you, <em>do not send anyone.</em></p>
<p>Goodbye.</p>
<div style="text-align: center;">
<h6 id="toc14"><span><strong>Weekly update: 5</strong></span></h6>
</div>
</div>
<p>Another week had passed. If it weren’t for having to send a final message to the M.E.G., he would’ve lost track by this point. Calluses and fingernails were growing from almost every point in his body. The hole that was once an empty eyelid had grown into a disgusting, pupil-less eye that burned his head. The roof of his mouth was lined with new tongues and teeth, making it near impossible to speak, and even harder to breathe, and the lump on his back had grown much larger, now beginning to turn into some sort of limb of its own.</p>
<p>He got up from the laptop, barely mustering the energy to close it, and looked at himself in the mirror. He was a nightmare, his skin a blackish-red, fingers and bone protruding from his face. He turned to a small cabinet to the right of the mirror. There was one more option he hadn’t considered yet.</p>
<p>Inside the cabinet housed an old, rusted shotgun, loaded with a singular shell. He had no <em>idea</em> where he had gotten it, but somewhere in his travels he’d acquired the thing. He had no idea if it even worked, but if there was ever a time to find out, it was today.</p>
<p>He slumped over his bed and grimaced from the immense pain he felt. He shoved the shotgun against his forehead, or what was left of it, and closed his eyes…</p>
<p>“<em>Cemon. Kill me. Please.</em>”</p>
<p>The shotgun blew off his head with a loud blast, killing him instantaneously. As he died, the rest of his body slowly began to wake up.</p>
<hr />
<p>A week had passed, and The M.E.G. settlers had finally arrived at Danny's settlement. There had been an outage in the M.E.G. servers a little under a month ago, and they hadn’t received any messages from him since. Still, the M.E.G. trusted him, and told the settlers he was reliable.</p>
<p>As they opened the gate to the outpost, they began to wander towards a lone shack in the middle of the makeshift camp, presumably Danny’s. They quietly knocked on the front door, but heard no response…</p>
<p>…They opened it, and saw what was left of Danny, slumped against the floor of the shack. Rogue fingers covering his body were crawling wildly against the floor, his legs spasming in random and unpredictable directions, and his body bleeding from every orifice they could still see clearly.</p>
<p><em>On his back, a new head was starting to form.</em></p>
<hr />
<div class="licensebox">
<div class="collapsible-block">
<div class="collapsible-block-folded"><a class="collapsible-block-link" href="javascript:;">‡ Licensing / Citation</a></div>
<div class="collapsible-block-unfolded" style="display:none">
<div class="collapsible-block-unfolded-link"><a class="collapsible-block-link" href="javascript:;">‡ Hide Licensing / Citation</a></div>
<div class="collapsible-block-content">
<p>Cite this page as:</p>
<div class="list-pages-box"> <div class="list-pages-item">
<blockquote>
<p>"<a href="/a-bad-drink">A bad drink</a>" by Dr Bierre, from the <a href="http://backrooms-wiki.wikidot.com/">Backrooms Wiki</a>. Source: <a href="https://backrooms-wiki.wikidot.com/a-bad-drink">https://backrooms-wiki.wikidot.com/a-bad-drink</a>. Licensed under <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA-3.0</a>.</p>
</blockquote>
</div>
</div>
<div class="colmod-block">
<ul>
<li class="folded">
<ul>
<li style="list-style: none">_</li>
</ul>
<div class="colmod-link-top">
<div class="foldable-list-container"><a href="javascript:;">+ Embed citation as HTML</a><a href="javascript:;">- Embed citation as HTML</a></div>
</div>
<div class="colmod-content"><div class="list-pages-box"> <div class="list-pages-item">
<div class="code" style="user-select: all;">
<p><span style="white-space: pre-wrap;">"<a href="https://backrooms-wiki.wikidot.com/a-bad-drink">A bad drink</a>" by Dr Bierre, from the <a href="http://backrooms-wiki.wikidot.com/">Backrooms Wiki</a>. Source: <a href="https://backrooms-wiki.wikidot.com/a-bad-drink">https://backrooms-wiki.wikidot.com/a-bad-drink</a>. Licensed under <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA-3.0</a>.</span></p>
</div>
</div>
</div></div>
<div>
<div class="foldable-list-container"></div>
</div>
</li>
</ul>
</div>
<hr />
<div class="content-separator" style="display: none:"></div>
<p>For more information about on-wiki content, visit the <a href="/licensing-master-list">Licensing Master List</a>.</p>
</div>
</div>
</div>
</div>
</div>
<div class="page-tags">
<span>
<a href="/system:page-tags/tag/_licensebox#pages">_licensebox</a><a href="/system:page-tags/tag/_trim#pages">_trim</a><a href="/system:page-tags/tag/horror#pages">horror</a><a href="/system:page-tags/tag/mystery#pages">mystery</a><a href="/system:page-tags/tag/tale#pages">tale</a>
</span>
</div>
<div id="page-info-break"></div>
<div id="page-options-container">
<div id="page-info">page revision: 15, last edited: <span class="odate time_1738702951 format_%25e%20%25b%20%25Y%2C%20%25H%3A%25M%20%28%25O%20ago%29">04 Feb 2025 21:02</span></div>
<div id="page-options-bottom" class="page-options-bottom">
<a href="javascript:;" class="btn btn-default" id="edit-button">Edit</a>
<a href="javascript:;" class="btn btn-default" id="pagerate-button">Rate (<span id="prw54355">+21</span>)</a>
<a href="javascript:;" class="btn btn-default" id="tags-button">Tags</a>
<a href="/forum/t-14037542/a-bad-drink" class="btn btn-default" id="discuss-button">Discuss (2)</a>
<a href="javascript:;" class="btn btn-default" id="history-button">History</a>
<a href="javascript:;" class="btn btn-default" id="files-button">Files</a>
<a href="javascript:;" class="btn btn-default" id="print-button">Print</a>
<a href="javascript:;" class="btn btn-default" id="site-tools-button">Site tools</a>
<a href="javascript:;" class="btn btn-default" id="more-options-button">+ Options</a>
</div>
<div id="page-options-bottom-2" class="page-options-bottom form-actions" style="display:none">
<a href="javascript:;" class="btn btn-default" id="edit-sections-button">Edit Sections</a>
<a href="javascript:;" class="btn btn-default" id="edit-append-button">Append</a>
<a href="javascript:;" class="btn btn-default" id="edit-meta-button">Edit Meta</a>
<a href="javascript:;" class="btn btn-default" id="watchers-button">Watchers</a>
<a href="javascript:;" class="btn btn-default" id="backlinks-button">Backlinks</a>
<a href="javascript:;" class="btn btn-default" id="view-source-button">Page Source</a>
<a href="javascript:;" class="btn btn-default" id="parent-page-button">Parent</a>
<a href="javascript:;" class="btn btn-default" id="page-block-button">Lock Page</a>
<a href="javascript:;" class="btn btn-default" id="rename-move-button">Rename</a>
<a href="javascript:;" class="btn btn-default" id="delete-button">Delete</a>
</div>
<div id="page-options-area-bottom">
</div>
</div>
<div id="action-area" style="display: none;"></div>
</div>
</div>
<div id="footer" style="display: block; visibility: visible;">
<div class="options" style="display: block; visibility: visible;">
<a href="http://www.wikidot.com/doc" id="wikidot-help-button">Help</a>
|
<a href="http://www.wikidot.com/legal:terms-of-service" id="wikidot-tos-button">Terms of Service</a>
|
<a href="http://www.wikidot.com/legal:privacy-policy" id="wikidot-privacy-button">Privacy</a>
|
<a href="javascript:;" id="bug-report-button" onclick="WIKIDOT.page.listeners.pageBugReport(event)">Report a bug</a>
|
<a href="javascript:;" id="abuse-report-button" onclick="WIKIDOT.page.listeners.flagPageObjectionable(event)">Flag as objectionable</a>
<span id="consent-box" style="display:none">
|
<a href="javascript:;" onclick="window.__cmp('showModal');">Update cookie settings</a>
</span>
<script>
if (window["nitroAds"] && window["nitroAds"].loaded) {
document.getElementById("consent-box").style.display = window["__tcfapi"] ? "" : "none";
} else {
document.addEventListener(
"nitroAds.loaded",
() =>
(document.getElementById("consent-box").style.display = window["__tcfapi"] ? "" : "none")
);
}
</script>
</div>
Powered by <a href="http://www.wikidot.com">Wikidot.com</a>
</div>
<div id="license-area" class="license-area">
Unless otherwise stated, the content of this page is licensed under
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 License</a>
</div>
<div id="extrac-div-1"><span></span></div><div id="extrac-div-2"><span></span></div><div id="extrac-div-3"><span></span></div>
</div>
</div>
<!-- These extra divs/spans may be used as catch-alls to add extra imagery. -->
<div id="extra-div-1"><span></span></div><div id="extra-div-2"><span></span></div><div id="extra-div-3"><span></span></div>
<div id="extra-div-4"><span></span></div><div id="extra-div-5"><span></span></div><div id="extra-div-6"><span></span></div>
</div>
</div>
<div id="dummy-ondomready-block" style="display: none;" ></div>
<!-- Google Analytics load -->
<script type="text/javascript">
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<div id="page-options-bottom-tips" style="display: none;">
<div id="edit-button-hovertip">
Click here to edit contents of this page. </div>
</div>
<div id="page-options-bottom-2-tips" style="display: none;">
<div id="edit-sections-button-hovertip">
Click here to toggle editing of individual sections of the page (if possible). Watch headings for an "edit" link when available. </div>
<div id="edit-append-button-hovertip">
Append content without editing the whole page source. </div>
<div id="history-button-hovertip">
Check out how this page has evolved in the past. </div>
<div id="discuss-button-hovertip">
If you want to discuss contents of this page - this is the easiest way to do it. </div>
<div id="files-button-hovertip">
View and manage file attachments for this page. </div>
<div id="site-tools-button-hovertip">
A few useful tools to manage this Site. </div>
<div id="backlinks-button-hovertip">
See pages that link to and include this page. </div>
<div id="rename-move-button-hovertip">
Change the name (also URL address, possibly the category) of the page. </div>
<div id="view-source-button-hovertip">
View wiki source for this page without editing. </div>
<div id="parent-page-button-hovertip">
View/set parent page (used for creating breadcrumbs and structured layout). </div>
<div id="abuse-report-button-hovertip">
Notify administrators if there is objectionable content in this page. </div>
<div id="bug-report-button-hovertip">
Something does not work as expected? Find out what you can do. </div>
<div id="wikidot-help-button-hovertip">
General Wikidot.com documentation and help section. </div>
<div id="wikidot-tos-button-hovertip">
Wikidot.com Terms of Service - what you can, what you should not etc. </div>
<div id="wikidot-privacy-button-hovertip">
Wikidot.com Privacy Policy.
</div>
</div>
</body>
</html>