move all factions to defines

This commit is contained in:
Kashargul
2024-09-12 20:17:41 +02:00
parent 10dc8510b3
commit 8a3520e2e0
217 changed files with 572 additions and 449 deletions
+3 -3
View File
@@ -9,7 +9,7 @@
messenger_bag = /obj/item/weapon/storage/backpack/messenger/med
/decl/hierarchy/outfit/job/medical/cmo
name = OUTFIT_JOB_NAME("Chief Medical Officer")
name = OUTFIT_JOB_NAME(JOB_CHIEF_MEDICAL_OFFICER)
l_ear =/obj/item/device/radio/headset/heads/cmo
uniform = /obj/item/clothing/under/rank/chief_medical_officer
suit = /obj/item/clothing/suit/storage/toggle/labcoat/cmo
@@ -20,7 +20,7 @@
pda_type = /obj/item/device/pda/heads/cmo
/decl/hierarchy/outfit/job/medical/doctor
name = OUTFIT_JOB_NAME("Medical Doctor")
name = OUTFIT_JOB_NAME(JOB_MEDICAL_DOCTOR)
uniform = /obj/item/clothing/under/rank/medical
suit = /obj/item/clothing/suit/storage/toggle/labcoat
l_hand = /obj/item/weapon/storage/firstaid/regular
@@ -60,7 +60,7 @@
..()
/decl/hierarchy/outfit/job/medical/chemist
name = OUTFIT_JOB_NAME("Chemist")
name = OUTFIT_JOB_NAME(JOB_CHEMIST)
uniform = /obj/item/clothing/under/rank/chemist
suit = /obj/item/clothing/suit/storage/toggle/labcoat/chemist
backpack = /obj/item/weapon/storage/backpack/chemistry
+4 -4
View File
@@ -145,7 +145,7 @@
access = access_cmo
/datum/supply_pack/med/doctorgear
name = "Medical Doctor equipment"
name = JOB_MEDICAL_DOCTOR + " equipment"
contains = list(
/obj/item/weapon/storage/belt/medical,
/obj/item/device/radio/headset/headset_med,
@@ -164,11 +164,11 @@
)
cost = 20
containertype = /obj/structure/closet/crate/secure/nanomed
containername = "Medical Doctor equipment"
containername = JOB_MEDICAL_DOCTOR + " equipment"
access = access_medical_equip
/datum/supply_pack/med/chemistgear
name = "Chemist equipment"
name = JOB_CHEMIST + " equipment"
contains = list(
/obj/item/weapon/storage/box/beakers,
/obj/item/device/radio/headset/headset_med,
@@ -187,7 +187,7 @@
)
cost = 20
containertype = /obj/structure/closet/crate/secure/nanomed
containername = "Chemist equipment"
containername = JOB_CHEMIST + " equipment"
access = access_chemistry
/datum/supply_pack/med/paramedicgear