mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
powder that makes you say yes
This commit is contained in:
@@ -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!
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user