Skip to content

Commit

Permalink
Update ticker.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundir committed Feb 5, 2024
1 parent 79eb35b commit 0b4361a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/controllers/subsystem/ticker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@ SUBSYSTEM_DEF(ticker)
to_chat(world, span_boldannounce("An admin has delayed the round end."))
return
//yogs start - yogs tickets
/* //Dripstation edit - removal of ticket delay
if(GLOB.ahelp_tickets && GLOB.ahelp_tickets.ticketAmount)
var/list/adm = get_admin_counts(R_BAN)
var/list/activemins = adm["present"]
Expand All @@ -713,6 +714,7 @@ SUBSYSTEM_DEF(ticker)
return
else
to_chat(world, span_boldannounce("Round ended, but there were still active tickets. Please submit a player complaint if you did not receive a response."))
*/
//yogs end - yogs tickets
to_chat(world, span_boldannounce("Rebooting World in [DisplayTimeText(delay)]. [reason]"))
webhook_send_roundstatus("endgame") //yogs - webhook support
Expand Down

0 comments on commit 0b4361a

Please sign in to comment.