Fixes zavod uniforms

This commit is contained in:
alberyk
2022-02-12 19:27:34 -03:00
parent 7c8ac5e00c
commit 4b3f52d5b8

View File

@@ -66,41 +66,96 @@
titles_to_loadout = list(
"Security Officer" = /datum/outfit/job/officer/zavodskoi,
"Surgeon" = /datum/outfit/job/doctor/zavodskoi,
"Warden" = /datum/outfit/job/warden/zavodskoi,
"Security Cadet" = /datum/outfit/job/intern_sec/zavodskoi,
"Investigator" =/datum/outfit/job/forensics/zavodskoi,
"Scientist" = /datum/outfit/job/scientist/zavodskoi,
"Phoron Researcher" = /datum/outfit/job/scientist/zavodskoi,
"Xenoarcheologist" = /datum/outfit/job/scientist/zavodskoi,
"Anomalist" = /datum/outfit/job/scientist/zavodskoi,
"Roboticist" = /datum/outfit/job/roboticist/zavodskoi,
"Biomechanical Engineer" = /datum/outfit/job/roboticist/zavodskoi,
"Mechatronic Engineer" = /datum/outfit/job/roboticist/zavodskoi,
"Xenobiologist" = /datum/outfit/job/scientist/zavodskoi/xenobio,
"Xenobotanist" = /datum/outfit/job/scientist/zavodskoi,
"Lab Assistant" = /datum/outfit/job/intern_sci/zavodskoi,
"Xenoarcheologist"= /datum/outfit/job/scientist/xenoarcheologist/zavodskoi,
"Engineer" = /datum/outfit/job/engineer/zavodskoi,
"Atmospheric Technician" = /datum/outfit/job/atmos/zavodskoi,
"Engineering Apprentice" = /datum/outfit/job/intern_eng/zavodskoi,
"Corporate Liaison" = /datum/outfit/job/representative/zavodskoi
)
/datum/outfit/job/officer/zavodskoi
name = "Security Officer - Zavodskoi Interstellar"
uniform = /obj/item/clothing/under/rank/security/zavodskoi
uniform = /obj/item/clothing/under/rank/security/zavod
id = /obj/item/card/id/zavodskoi/sec
head = /obj/item/clothing/head/beret/security/zavodskoi/alt
/datum/outfit/job/warden/zavodskoi
name = "Warden - Zavodskoi Interstellar"
uniform = /obj/item/clothing/under/rank/security/zavodskoi
uniform = /obj/item/clothing/under/rank/warden/zavod
id = /obj/item/card/id/zavodskoi/sec
head = /obj/item/clothing/head/warden/zavod
/datum/outfit/job/intern_sec/zavodskoi
name = "Security Cadet - Zavodskoi Interstellar"
uniform = /obj/item/clothing/under/rank/cadet/zavod
id = /obj/item/card/id/zavodskoi/sec
suit = null
head = /obj/item/clothing/head/beret/security/zavodskoi/alt
/datum/outfit/job/forensics/zavodskoi
name = "Investigator - Zavodskoi Interstellar"
id = /obj/item/card/id/zavodskoi/sec
uniform = /obj/item/clothing/under/det/zavod
suit = /obj/item/clothing/suit/storage/det_jacket/zavod
head = null
/datum/outfit/job/scientist/zavodskoi
name = "Scientist - Zavodskoi Interstellar"
uniform = /obj/item/clothing/under/rank/zavodskoi/research
uniform = /obj/item/clothing/under/rank/scientist/zavod
suit = /obj/item/clothing/suit/storage/toggle/labcoat/zavodskoi
id = /obj/item/card/id/zavodskoi
suit = null
/datum/outfit/job/scientist/zavodskoi/xenobio
name = "Xenobiologist - Zavodskoi Interstellar"
uniform = /obj/item/clothing/under/rank/scientist/xenobio/zavod
suit = /obj/item/clothing/suit/storage/toggle/labcoat/zavodskoi
id = /obj/item/card/id/zavodskoi
suit = null
/datum/outfit/job/scientist/xenoarcheologist/zavodskoi
name = "Xenoarcheologist - Zavodskoi Interstellar"
uniform = /obj/item/clothing/under/rank/xenoarcheologist/zavod
suit = /obj/item/clothing/suit/storage/toggle/labcoat/zavodskoi
id = /obj/item/card/id/zavodskoi
suit = null
/datum/outfit/job/intern_sci/zavodskoi
name = "Lab Assistant - Zavodskoi Interstellar"
uniform = /obj/item/clothing/under/rank/scientist/intern/zavod
id = /obj/item/card/id/zavodskoi
/datum/outfit/job/roboticist/zavodskoi
name = "Roboticist - Zavodskoi Interstellar"
uniform = /obj/item/clothing/under/rank/zavodskoi/research
/datum/outfit/job/engineer/zavodskoi
name = "Engineer - Zavodskoi Interstellar"
uniform = /obj/item/clothing/under/rank/engineer/zavod
id = /obj/item/card/id/zavodskoi
/datum/outfit/job/doctor/zavodskoi
name = "Physician - Zavodskoi Interstellar"
uniform = /obj/item/clothing/under/rank/zavodskoi/research
/datum/outfit/job/atmos/zavodskoi
name = "Atmospheric Technician - Zavodskoi Interstellar"
uniform = /obj/item/clothing/under/rank/atmospheric_technician/zavod
id = /obj/item/card/id/zavodskoi
/datum/outfit/job/intern_eng/zavodskoi
name = "Engineering Apprentice - Zavodskoi Interstellar"
uniform = /obj/item/clothing/under/rank/engineer/apprentice/zavod
id = /obj/item/card/id/zavodskoi
/datum/outfit/job/representative/zavodskoi
@@ -115,4 +170,4 @@
/obj/item/device/camera = 1,
/obj/item/gun/projectile/pistol = 1,
/obj/item/stamp/zavodskoi = 1
)
)