Fixed global_announce autospeaker (#7839)

* Filth + Graffiti Fixes

* Excised Bad Lore

* Fixed Global Announcer

* fuckinn
This commit is contained in:
Cerebulon
2021-01-25 17:24:39 -08:00
committed by GitHub
parent a0ee10e812
commit c729c0e23b
4 changed files with 8 additions and 6 deletions
+1
View File
@@ -64,6 +64,7 @@ var/global/datum/controller/subsystem/ticker/ticker
/datum/controller/subsystem/ticker/Initialize()
pregame_timeleft = config.pregame_time
send2mainirc("Server lobby is loaded and open at byond://[config.serverurl ? config.serverurl : (config.server ? config.server : "[world.address]:[world.port]")]")
GLOB.autospeaker = new (null, null, null, 1) //Set up Global Announcer
return ..()
/datum/controller/subsystem/ticker/fire(resumed = FALSE)