Adds more features to the ERT manager (#22070)

* BOOM UPGRADED

* self-review

* remove todo

* build tgui

* bam

* Update code/modules/response_team/ert.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
Contrabang
2023-09-09 13:42:39 +01:00
committed by GitHub
co-authored by Henri215 S34N
parent 2ab351cc91
commit fa52e8540e
9 changed files with 354 additions and 160 deletions
@@ -201,7 +201,7 @@
return
ERT_Announce(ert_reason, triggered_by, repeat_warning = FALSE)
addtimer(CALLBACK(src, PROC_REF(remind_admins), ert_reason, triggered_by), 5 MINUTES)
addtimer(CALLBACK(src, PROC_REF(remind_admins), ert_reason, triggered_by), 15 MINUTES)
ert_reason = null
/obj/machinery/keycard_auth/proc/remind_admins(old_reason, the_triggerer) // im great at naming variables