Trying to make jukeboxes start playing before roundstart.

This commit is contained in:
ZomgPonies
2014-06-25 06:14:46 -04:00
parent 441f553f9b
commit 2e01db3366
+4
View File
@@ -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()