mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
stops ERT reminder from lying to us (#28291)
This commit is contained in:
@@ -205,7 +205,7 @@
|
||||
return
|
||||
|
||||
ERT_Announce(ert_reason, triggered_by, repeat_warning = FALSE)
|
||||
addtimer(CALLBACK(src, PROC_REF(remind_admins), ert_reason, triggered_by), 15 MINUTES)
|
||||
addtimer(CALLBACK(src, PROC_REF(remind_admins), ert_reason, triggered_by), 5 MINUTES)
|
||||
ert_reason = null
|
||||
|
||||
/obj/machinery/keycard_auth/proc/remind_admins(old_reason, the_triggerer) // im great at naming variables
|
||||
|
||||
Reference in New Issue
Block a user