mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 19:43:13 +01:00
This has zero reason to exist in our code base. We have no procs or variables tied to this. I removed it to make future modifications cleaner. --------- Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
31 lines
832 B
Plaintext
31 lines
832 B
Plaintext
/obj/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/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
|
|
|
|
id_iff = IFF_SYNDICATE
|
|
|
|
/obj/outfit/admin/deathsquad/syndicate/leader
|
|
name = "Syndicate Commando Lead"
|
|
|
|
l_pocket = /obj/item/pinpointer
|