From ccc5c6cf75a681c4f20d98ab581c24b85ef66123 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Sat, 21 May 2022 21:26:52 -0400 Subject: [PATCH] small warning to all future code divers --- code/controllers/subsystem/jukeboxes.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/controllers/subsystem/jukeboxes.dm b/code/controllers/subsystem/jukeboxes.dm index c14e434203..2c2b15243d 100644 --- a/code/controllers/subsystem/jukeboxes.dm +++ b/code/controllers/subsystem/jukeboxes.dm @@ -1,3 +1,11 @@ +//As a brief warning to all those who dare tread upon these grounds: +//The bulk of this code here was written years ago, back in the days of 512. +//We were incredibly drunk back then. And nowadays, we've found that being drunk is a hard requirement for working with this code. +//So if you're here to make changes? Brandish a glass. There are many sins here, but it's exactly as engineered as it needs to be. +//We physically won't be able to tell you what half of this code does. The only thing that'll help you here is the ballmer peak. +//Bottoms up, friend. And be sure to drink responsibly. Be sure to fetch some water, too; it eases the hangover. - Bhijn & Myr + + // Jukelist indices #define JUKE_TRACK 1 #define JUKE_CHANNEL 2