Files
Aurora.3/code/datums/outfits/ert/syndicate.dm
Geeves c64b6f10a9 Added the IAC response team (#8052)
This PR splits the ERT file up into a bunch of files, to edit them later much easier.

1 Doctor (Lead), intended to do advanced medical stuff to heal people.
2 Paramedics, intended to bring injured to the doctor. (Can likely also do advanced medical stuff, but the doctor should be the primary one to do so)
1 Bodyguard, intended to stay with and defend in the IAC team. (Also trained in medical procedures, but not super advanced.)
2020-01-26 21:22:22 -03:00

28 lines
817 B
Plaintext

/datum/outfit/admin/deathsquad/syndicate
name = "Syndicate Commando"
uniform = /obj/item/clothing/under/syndicate
belt = /obj/item/storage/belt/military/syndicate
mask = /obj/item/clothing/mask/gas/syndicate
l_ear = /obj/item/device/radio/headset/syndicate
glasses = /obj/item/clothing/glasses/thermal
id = /obj/item/card/id/syndicate_ert
l_pocket = /obj/item/ammo_magazine/c45m
l_hand = /obj/item/gun/projectile/automatic/rifle/sts35
belt_contents = list(
/obj/item/ammo_magazine/c762 = 3,
/obj/item/pinpointer = 1,
/obj/item/shield/energy = 1,
/obj/item/handcuffs = 1,
/obj/item/grenade/flashbang = 1,
/obj/item/grenade/frag = 1,
/obj/item/plastique = 1
)
syndie = TRUE
/datum/outfit/admin/deathsquad/syndicate/leader
name = "Syndicate Commando Lead"
l_pocket = /obj/item/pinpointer