mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
re-added missing admin verbs (bans, toggle ooc, msay etc)
Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
@@ -114,6 +114,7 @@
|
|||||||
if (holder.level == -1)
|
if (holder.level == -1)
|
||||||
verbs += /client/proc/investigate_show
|
verbs += /client/proc/investigate_show
|
||||||
verbs += /client/proc/cmd_admin_say
|
verbs += /client/proc/cmd_admin_say
|
||||||
|
verbs += /client/proc/cmd_mod_say
|
||||||
verbs += /client/proc/cmd_admin_gib_self
|
verbs += /client/proc/cmd_admin_gib_self
|
||||||
verbs += /client/proc/deadmin_self
|
verbs += /client/proc/deadmin_self
|
||||||
return
|
return
|
||||||
@@ -122,6 +123,7 @@
|
|||||||
if (holder.level >= 0)
|
if (holder.level >= 0)
|
||||||
verbs += /client/proc/cmd_admin_pm_context
|
verbs += /client/proc/cmd_admin_pm_context
|
||||||
verbs += /client/proc/cmd_admin_pm_panel
|
verbs += /client/proc/cmd_admin_pm_panel
|
||||||
|
verbs += /client/proc/cmd_mod_say
|
||||||
verbs += /client/proc/hide_verbs
|
verbs += /client/proc/hide_verbs
|
||||||
verbs += /client/proc/deadmin_self
|
verbs += /client/proc/deadmin_self
|
||||||
verbs += /client/proc/Report
|
verbs += /client/proc/Report
|
||||||
@@ -151,6 +153,11 @@
|
|||||||
verbs += /client/proc/player_panel_new
|
verbs += /client/proc/player_panel_new
|
||||||
verbs += /client/proc/cmd_admin_change_custom_event
|
verbs += /client/proc/cmd_admin_change_custom_event
|
||||||
verbs += /client/proc/game_panel
|
verbs += /client/proc/game_panel
|
||||||
|
verbs += /client/proc/unjobban_panel
|
||||||
|
verbs += /client/proc/jobbans
|
||||||
|
verbs += /client/proc/unban_panel
|
||||||
|
verbs += /datum/admins/proc/toggleooc
|
||||||
|
verbs += /datum/admins/proc/toggleoocdead
|
||||||
|
|
||||||
//verbs += /client/proc/cmd_admin_attack_log --Merged with view variables
|
//verbs += /client/proc/cmd_admin_attack_log --Merged with view variables
|
||||||
else return
|
else return
|
||||||
|
|||||||
Reference in New Issue
Block a user