[MIRROR] Admin combohud verb (#5785)

* Admin combohud verb (#36096)

* combohuds

* Update randomverbs.dm

* Admin combohud verb
This commit is contained in:
CitadelStationBot
2018-03-04 05:26:22 -06:00
committed by Poojawa
parent b4b0c920f3
commit d446d0ed6d
2 changed files with 32 additions and 1 deletions
+2
View File
@@ -64,6 +64,7 @@ GLOBAL_LIST_INIT(admin_verbs_admin, world.AVerbsAdmin())
/client/proc/cmd_change_command_name,
/client/proc/cmd_admin_check_player_exp, /* shows players by playtime */
/client/proc/toggle_antag_hud, /*toggle display of the admin antag hud*/
/client/proc/toggle_combo_hud, // toggle display of the combination pizza antag and taco sci/med/eng hud
/client/proc/toggle_AI_interact, /*toggle admin ability to interact with machines as an AI*/
/client/proc/open_shuttle_manipulator, /* Opens shuttle manipulator UI */
/client/proc/deadchat,
@@ -229,6 +230,7 @@ GLOBAL_LIST_INIT(admin_verbs_hideable, list(
/client/proc/toggle_nuke,
/client/proc/cmd_display_del_log,
/client/proc/toggle_antag_hud,
/client/proc/toggle_combo_hud,
/client/proc/debug_huds
))