Adds Spawn-ERT-Commander verb for CCIA (#4463)

CCIA Agents now have the power to spawn as an ERT Commander. This will be mostly used for briefing outgoing ERT teams using information from faxes they have received.
This commit is contained in:
Ezuo
2018-04-01 06:56:08 +10:00
committed by Erki
parent d89798cf7e
commit 4a6e3fb068
5 changed files with 215 additions and 93 deletions
+2 -1
View File
@@ -383,7 +383,8 @@ var/list/admin_verbs_cciaa = list(
/datum/admins/proc/create_admin_fax,
/client/proc/check_fax_history,
/client/proc/aooc,
/client/proc/check_antagonists
/client/proc/check_antagonists,
/client/proc/spawn_ert_commander
)
/client/proc/add_admin_verbs()