mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Whoops (#15258)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
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()
|
||||
if(check_rights(R_ADMIN))
|
||||
if(check_rights(R_ADMIN, FALSE))
|
||||
var/msg = input(src, null, "asay \"text\"") as text|null
|
||||
cmd_admin_say(msg)
|
||||
else if(check_rights(R_MENTOR))
|
||||
|
||||
Reference in New Issue
Block a user