21 lines
1.3 KiB
Plaintext
21 lines
1.3 KiB
Plaintext
diff a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm (rejected hunks)
|
|
@@ -4,18 +4,12 @@ GLOBAL_PROTECT(admin_verbs_default)
|
|
GLOBAL_LIST_INIT(admin_verbs_default, world.AVerbsDefault())
|
|
/world/proc/AVerbsDefault()
|
|
return list(
|
|
- /client/proc/toggleadminhelpsound, /*toggles whether we hear a sound when adminhelps/PMs are used*/
|
|
- /client/proc/toggleannouncelogin, /*toggles if an admin's login is announced during a round*/
|
|
/client/proc/deadmin, /*destroys our own admin datum so we can play as a regular player*/
|
|
/client/proc/cmd_admin_say, /*admin-only ooc chat*/
|
|
/client/proc/hide_verbs, /*hides all our adminverbs*/
|
|
/client/proc/hide_most_verbs, /*hides all our hideable adminverbs*/
|
|
/client/proc/debug_variables, /*allows us to -see- the variables of any instance in the game. +VAREDIT needed to modify*/
|
|
- /client/proc/deadchat, /*toggles deadchat on/off*/
|
|
/client/proc/dsay, /*talk in deadchat using our ckey/fakekey*/
|
|
- /client/proc/toggleprayers, /*toggles prayers on/off*/
|
|
- /client/verb/toggleprayersounds, /*Toggles prayer sounds (HALLELUJAH!)*/
|
|
- /client/proc/toggle_hear_radio, /*toggles whether we hear the radio*/
|
|
/client/proc/investigate_show, /*various admintools for investigation. Such as a singulo grief-log*/
|
|
/client/proc/secrets,
|
|
/client/proc/reload_admins,
|