mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user