Files
Cody Brittain 3f62424312 [MDB Ignore] [IDB Ignore] Kills off /obj/item/device (#21774)
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>
2026-02-01 05:14:26 +00:00

62 lines
1.8 KiB
Plaintext

/obj/outfit/admin/ert/nanotrasen
name = "NanoTrasen ERT Responder"
uniform = /obj/item/clothing/under/ert
suit = null
suit_store = null
belt = /obj/item/storage/belt/military
shoes = /obj/item/clothing/shoes/combat
accessory = /obj/item/clothing/accessory/storage/black_vest
gloves = null
id = /obj/item/card/id/ert
back = /obj/item/rig/ert/security
l_ear = /obj/item/radio/headset/ert
belt_contents = list(
/obj/item/handcuffs = 2,
/obj/item/shield/riot/tact = 1,
/obj/item/ammo_magazine/a556 = 2,
/obj/item/ammo_magazine/a556/ap = 1
)
/obj/outfit/admin/ert/nanotrasen/get_id_access()
return get_all_station_access() | get_centcom_access("Emergency Response Team")
/obj/outfit/admin/ert/nanotrasen/specialist
name = "NanoTrasen ERT Engineer Specialist"
belt = /obj/item/storage/belt/utility/full
back = /obj/item/rig/ert/engineer
belt_contents = null
/obj/outfit/admin/ert/nanotrasen/specialist/medical
name = "NanoTrasen ERT Medical Specialist"
belt = /obj/item/storage/belt/medical/paramedic/combat
back = /obj/item/rig/ert/medical
r_hand = /obj/item/storage/firstaid/combat
belt_contents = list(
/obj/item/reagent_containers/hypospray/combat/empty = 1,
/obj/item/reagent_containers/glass/bottle/inaprovaline = 1,
/obj/item/reagent_containers/glass/bottle/antitoxin = 1,
/obj/item/reagent_containers/glass/bottle/dexalin_plus = 1,
/obj/item/reagent_containers/glass/bottle/butazoline = 1,
/obj/item/reagent_containers/glass/bottle/dermaline = 1,
/obj/item/reagent_containers/glass/bottle/perconol = 1
)
/obj/outfit/admin/ert/nanotrasen/leader
name = "NanoTrasen ERT Leader"
back = /obj/item/rig/ert
belt_contents = list(
/obj/item/handcuffs = 1,
/obj/item/shield/riot/tact = 1,
/obj/item/ammo_magazine/a556 = 2,
/obj/item/ammo_magazine/a556/ap = 2
)