Fixes some issues with the ERT manager (#22306)

* fixes some keycard and ert manager stuff

* Update code/modules/admin/verbs/pray.dm

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>

---------

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
Contrabang
2023-09-17 20:35:10 -04:00
committed by GitHub
parent 4990604711
commit 62e8c46f21
3 changed files with 9 additions and 7 deletions
@@ -117,7 +117,7 @@
. = TRUE
switch(action)
if("ert")
ert_reason = stripped_input(usr, "Reason for ERT Call:", "", "")
ert_reason = input(usr, "Reason for ERT Call:", "", "") // we strip this later in ERT_Announce
if("reset")
reset()
if("triggerevent")