Merge pull request #15945 from Shadowlight213/Snpcbuttonmove

Moves SNPC admin buttons to the debug tab
This commit is contained in:
Jordie
2016-03-08 18:38:48 +11:00
2 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -222,7 +222,10 @@ var/list/admin_verbs_hideable = list(
/client/proc/toggle_nuke,
/client/proc/cmd_display_del_log,
/client/proc/toggle_antag_hud,
/client/proc/debug_huds
/client/proc/debug_huds,
/client/proc/customiseSNPC,
/client/proc/resetSNPC,
/client/proc/toggleSNPC
)
/client/proc/add_admin_verbs()