mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Trying to make jukeboxes start playing before roundstart.
This commit is contained in:
@@ -268,6 +268,10 @@ var/world_topic_spam_protect_time = world.timeofday
|
||||
fdel(F)
|
||||
F << the_mode
|
||||
|
||||
/hook/startup/proc/loadMusic()
|
||||
for(var/obj/machinery/media/jukebox/J in machines)
|
||||
J.process()
|
||||
return 1
|
||||
|
||||
/hook/startup/proc/loadMOTD()
|
||||
world.load_motd()
|
||||
|
||||
Reference in New Issue
Block a user