diff --git a/code/game/jobs/faction/zavodskoi.dm b/code/game/jobs/faction/zavodskoi.dm index 9cd3cdb299e..22a8af0f1fc 100644 --- a/code/game/jobs/faction/zavodskoi.dm +++ b/code/game/jobs/faction/zavodskoi.dm @@ -132,7 +132,7 @@ /datum/outfit/job/scientist/xenoarcheologist/zavodskoi name = "Xenoarcheologist - Zavodskoi Interstellar" - uniform = /obj/item/clothing/under/rank/xenoarcheologist/zavod + uniform = /obj/item/clothing/under/rank/scientist/xenoarcheologist/zavod suit = /obj/item/clothing/suit/storage/toggle/labcoat/zavodskoi id = /obj/item/card/id/zavodskoi diff --git a/code/game/jobs/faction/zeng_hu.dm b/code/game/jobs/faction/zeng_hu.dm index 1a507882b65..2e89a89c366 100644 --- a/code/game/jobs/faction/zeng_hu.dm +++ b/code/game/jobs/faction/zeng_hu.dm @@ -130,7 +130,7 @@ /datum/outfit/job/scientist/xenoarcheologist/zeng_hu name = "Xenoarcheologist - Zeng-Hu" - uniform = /obj/item/clothing/under/rank/xenoarcheologist/zeng + uniform = /obj/item/clothing/under/rank/scientist/xenoarcheologist/zeng suit = /obj/item/clothing/suit/storage/toggle/labcoat/zeng/alt id = /obj/item/card/id/zeng_hu diff --git a/code/game/jobs/job/science.dm b/code/game/jobs/job/science.dm index 9a3331a037d..08d666b4cba 100644 --- a/code/game/jobs/job/science.dm +++ b/code/game/jobs/job/science.dm @@ -114,7 +114,7 @@ /datum/outfit/job/scientist/xenoarcheologist name = "Xenoarcheologist" - uniform = /obj/item/clothing/under/rank/xenoarcheologist + uniform = /obj/item/clothing/under/rank/scientist/xenoarcheologist /datum/job/xenobiologist title = "Xenobiologist" diff --git a/code/modules/clothing/under/jobs/medsci.dm b/code/modules/clothing/under/jobs/medsci.dm index 803861aebdc..1bb90212170 100644 --- a/code/modules/clothing/under/jobs/medsci.dm +++ b/code/modules/clothing/under/jobs/medsci.dm @@ -79,7 +79,7 @@ item_state = "zav_assistant" // Xenoarcheologist -/obj/item/clothing/under/rank/xenoarcheologist +/obj/item/clothing/under/rank/scientist/xenoarcheologist name = "xenoarcheologist's jumpsuit" desc = "It's made of a special fiber that provides minor protection against explosions. It has markings that denote the wearer as a xenoarcheologist." icon_state = "nt_xenoarch" @@ -89,11 +89,11 @@ bomb = ARMOR_BOMB_MINOR ) -/obj/item/clothing/under/rank/xenoarcheologist/zeng +/obj/item/clothing/under/rank/scientist/xenoarcheologist/zeng icon_state = "zeng_xenoarch" item_state = "zeng_xenoarch" -/obj/item/clothing/under/rank/xenoarcheologist/zavod +/obj/item/clothing/under/rank/scientist/xenoarcheologist/zavod icon_state = "zav_xenoarch" item_state = "zav_xenoarch" diff --git a/html/changelogs/wezzy_xenoarch_fix.yml b/html/changelogs/wezzy_xenoarch_fix.yml new file mode 100644 index 00000000000..a95092c0654 --- /dev/null +++ b/html/changelogs/wezzy_xenoarch_fix.yml @@ -0,0 +1,41 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: Wowzewow (Wezzy) + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - bugfix: "Fixes xenoarch jumpsuit sprites."