Merge pull request #8904 from Citadel-Station-13/kevinz000-patch-64

Amber alert ERTs no longer get pulse weapons
This commit is contained in:
nik707
2019-08-28 13:05:56 -05:00
committed by GitHub
3 changed files with 55 additions and 12 deletions
+2 -2
View File
@@ -21,8 +21,8 @@
/datum/ert/amber
code = "Amber"
leader_role = /datum/antagonist/ert/commander/red
roles = list(/datum/antagonist/ert/security/red, /datum/antagonist/ert/medic/red, /datum/antagonist/ert/engineer/red)
leader_role = /datum/antagonist/ert/commander/amber
roles = list(/datum/antagonist/ert/security/amber, /datum/antagonist/ert/medic/amber, /datum/antagonist/ert/engineer/amber)
/datum/ert/red
leader_role = /datum/antagonist/ert/commander/red