Merge pull request #31127 from Cyberboss/notify_command
Chat command to notify admins when the round ends
This commit is contained in:
committed by
CitadelStationBot
parent
05022208e3
commit
b9f71e9e15
@@ -335,6 +335,8 @@ SUBSYSTEM_DEF(ticker)
|
||||
var/num_shuttle_escapees = 0
|
||||
|
||||
to_chat(world, "<BR><BR><BR><FONT size=3><B>The round has ended.</B></FONT>")
|
||||
if(LAZYLEN(GLOB.round_end_notifiees))
|
||||
send2irc("Notice", "[GLOB.round_end_notifiees.Join(", ")] the round has ended.")
|
||||
|
||||
/* var/nocredits = config.no_credits_round_end
|
||||
for(var/client/C in GLOB.clients)
|
||||
|
||||
Reference in New Issue
Block a user