Makes adminsay bind F3 work (#35028)

This commit is contained in:
tortellinitony
2018-01-28 19:30:19 -05:00
committed by ShizCalev
parent 18e30e56ca
commit b9078e1cb4
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -20,3 +20,6 @@
SSblackbox.record_feedback("tally", "admin_verb", 1, "Asay") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/client/proc/get_admin_say()
var/msg = input(src, null, "asay \"text\"") as text
cmd_admin_say(msg)