mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user