powder that makes you say yes

This commit is contained in:
Nadyr
2021-06-02 00:00:18 -04:00
committed by GitHub
parent 2fdeae1397
commit 4a9f44dd94

View File

@@ -5,6 +5,7 @@
icon_state = "casinojukebox-nopower"
state_base = "casinojukebox"
/* Commenting out for now due to conflicts with upstream jukebox changes.
// On initialization, copy our tracks from the global list
/obj/machinery/media/jukebox/casinojukebox/Initialize()
. = ..()
@@ -18,4 +19,5 @@
if(T.casino)
tracks |= T
else if(!LAZYLEN(tracks)) //We don't even have default tracks
stat |= BROKEN // No tracks configured this round!
stat |= BROKEN // No tracks configured this round!
*/