Also this to let staff respond to ahelps

This commit is contained in:
Razgriz
2023-04-03 19:04:29 -07:00
committed by GitHub
parent 1444ebea38
commit fa8a37f5cd

View File

@@ -5,7 +5,7 @@
/client/proc/cmd_admin_pm_context(mob/M in mob_list)
set category = null
set name = "Admin PM Mob"
if(!check_rights(R_ADMIN))
if(!holder) //CHOMP Edit: Reverting this to let all staff respond to ahelps
to_chat(src, "<span class='pm warning'>Error: Admin-PM-Context: Only administrators may use this command.</span>")
return
if( !ismob(M) || !M.client )
@@ -17,7 +17,7 @@
/client/proc/cmd_admin_pm_panel()
set category = "Admin"
set name = "Admin PM"
if(!check_rights(R_ADMIN))
if(!holder) //CHOMP Edit: Reverting this to let all staff respond to ahelps
to_chat(src, "<span class='pm warning'>Error: Admin-PM-Panel: Only administrators may use this command.</span>")
return
var/list/client/targets[0]
@@ -285,4 +285,4 @@
GLOB.stealthminID["IRCKEY"] = stealth
return stealth
#undef IRCREPLYCOUNT
#undef IRCREPLYCOUNT