mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Adds a "Ping all admins" command. (#19918)
* ping all admins * optional deadmin ping * aa feedback * fixes this at AA request * Update code/modules/admin/verbs/ping_all_admins.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/modules/admin/admin_verbs.dm * Apply suggestions from code review Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
reset_perspective(loc)
|
||||
|
||||
|
||||
if(ckey in GLOB.deadmins)
|
||||
if((ckey in GLOB.de_admins) || (ckey in GLOB.de_mentors))
|
||||
verbs += /client/proc/readmin
|
||||
|
||||
//Clear ability list and update from mob.
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
new_player_panel()
|
||||
|
||||
if(ckey in GLOB.deadmins)
|
||||
if((ckey in GLOB.de_admins) || (ckey in GLOB.de_mentors))
|
||||
verbs += /client/proc/readmin
|
||||
|
||||
client?.playtitlemusic()
|
||||
|
||||
Reference in New Issue
Block a user