Added Adminverbs for turning off and on the various items needed.

Also added the proc get_ghosts() with 2 versions of output, it defaults to returning a mob list but can be set to return a list for use with an input window.
This commit is contained in:
Ccomp5950
2013-11-17 10:00:12 -06:00
committed by Mloc-Argent
parent dbf24606bd
commit a56103c151
3 changed files with 94 additions and 23 deletions

View File

@@ -70,6 +70,8 @@ var/list/admin_verbs_admin = list(
/client/proc/man_up,
/client/proc/global_man_up,
/client/proc/response_team, // Response Teams admin verb
/client/proc/toggle_antagHUD_use,
/client/proc/toggle_antagHUD_restrictions,
/client/proc/allow_character_respawn /* Allows a ghost to respawn */
)
var/list/admin_verbs_ban = list(