mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
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:
co-authored by
Henri215
S34N
parent
2ab351cc91
commit
fa52e8540e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user