mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user