mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-04 14:33:58 +00:00
Also this to let staff respond to ahelps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user