mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
move all factions to defines
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user