mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
powder that makes you say yes
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
icon_state = "casinojukebox-nopower"
|
icon_state = "casinojukebox-nopower"
|
||||||
state_base = "casinojukebox"
|
state_base = "casinojukebox"
|
||||||
|
|
||||||
|
/* Commenting out for now due to conflicts with upstream jukebox changes.
|
||||||
// On initialization, copy our tracks from the global list
|
// On initialization, copy our tracks from the global list
|
||||||
/obj/machinery/media/jukebox/casinojukebox/Initialize()
|
/obj/machinery/media/jukebox/casinojukebox/Initialize()
|
||||||
. = ..()
|
. = ..()
|
||||||
@@ -18,4 +19,5 @@
|
|||||||
if(T.casino)
|
if(T.casino)
|
||||||
tracks |= T
|
tracks |= T
|
||||||
else if(!LAZYLEN(tracks)) //We don't even have default tracks
|
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