Fixes some events, removes unused scripts related to TGS3, etc

This commit is contained in:
Repede
2020-07-07 20:04:03 -04:00
parent 4b9a2bb47c
commit 1845eed3cc
9 changed files with 48 additions and 362 deletions

View File

@@ -188,7 +188,8 @@ GLOBAL_REAL(Master, /datum/controller/master) = new
to_chat(world, "<span class='boldannounce'>[msg]</span>")
log_world(msg)
SERVER_TOOLS_CHAT_BROADCAST("Server Initialization completed!")
send2chat("Server Initialization completed! - Took [time] second[time == 1 ? "" : "s"].", "bot announce")
if (!current_runlevel)
SetRunLevel(RUNLEVEL_LOBBY)