mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 00:22:12 +00:00
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.)
28 lines
817 B
Plaintext
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 |