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:
S34N
2023-01-11 10:59:22 -06:00
committed by GitHub
co-authored by Sirryan2002
parent ba1fa9fb63
commit a1959e799c
12 changed files with 69 additions and 15 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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()