Fixes trialmin bug, adds ERT response reminder

This commit is contained in:
Kyep
2016-07-06 23:47:08 -07:00
parent 3626342f8c
commit 5454011593
4 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -1854,7 +1854,7 @@
var/input = input(src.owner, "Please enter a reason for denying [key_name(H)]'s ERT request.","Outgoing message from CentComm", "")
if(!input) return
ert_request_answered = 1
to_chat(src.owner, "You sent [input] to [H] via a secure channel.")
log_admin("[src.owner] denied [key_name(H)]'s ERT request with the message [input].")
to_chat(H, "You hear something crackle in your headset for a moment before a voice speaks. \"Your ERT request has been denied for the following reasons: [input]. Message ends.\"")