Rounds starting will now always inform the IRC (#23822)

* Rounds starting will now inform the IRC what mode is starting

* don't show secret
This commit is contained in:
Joan Lung
2017-02-10 16:10:13 +13:00
committed by oranges
parent 448ddd88a5
commit 2cc0a7a86a
+1 -2
View File
@@ -211,8 +211,7 @@ var/datum/subsystem/ticker/ticker
var/list/adm = get_admin_counts()
var/list/allmins = adm["present"]
if(!allmins.len)
send2irc("Server", "Round just started with no active admins online!")
send2irc("Server", "Round of [hide_mode ? "secret":"[mode.name]"] has started[allmins.len ? ".":" with no active admins online!"]")
/datum/subsystem/ticker/proc/station_explosion_detonation(atom/bomb)
if(bomb) //BOOM