diff --git a/code/datums/outfits/outfit_antag.dm b/code/datums/outfits/outfit_antag.dm index d74fd78a2df..c7dafe60e0f 100644 --- a/code/datums/outfits/outfit_antag.dm +++ b/code/datums/outfits/outfit_antag.dm @@ -224,7 +224,7 @@ suit = list( /obj/item/clothing/suit/pirate, /obj/item/clothing/suit/storage/toggle/bomber, - /obj/item/clothing/suit/unathi/mantle, + /obj/item/clothing/accessory/poncho/unathimantle, /obj/item/clothing/accessory/poncho, /obj/item/clothing/accessory/poncho/purple, /obj/item/clothing/accessory/poncho/roles/cloak/captain, diff --git a/code/game/objects/structures/crates_lockers/closets/wardrobe.dm b/code/game/objects/structures/crates_lockers/closets/wardrobe.dm index 5f262de2de4..38b98ff26a5 100644 --- a/code/game/objects/structures/crates_lockers/closets/wardrobe.dm +++ b/code/game/objects/structures/crates_lockers/closets/wardrobe.dm @@ -120,7 +120,7 @@ /obj/structure/closet/wardrobe/xenos/fill() ..() - new /obj/item/clothing/suit/unathi/mantle(src) + new /obj/item/clothing/accessory/poncho/unathimantle(src) new /obj/item/clothing/suit/unathi/robe/beige(src) new /obj/item/clothing/shoes/footwraps(src) new /obj/item/clothing/shoes/footwraps(src) diff --git a/code/modules/background/citizenship/unathi.dm b/code/modules/background/citizenship/unathi.dm index 9508bda1a18..99f5e3f2ec0 100644 --- a/code/modules/background/citizenship/unathi.dm +++ b/code/modules/background/citizenship/unathi.dm @@ -65,6 +65,6 @@ name = "Izweski Hegemony Consular Officer" uniform = /obj/item/clothing/under/unathi - suit = /obj/item/clothing/suit/unathi/mantle + suit = /obj/item/clothing/accessory/poncho/unathimantle backpack_contents = list(/obj/item/device/camera = 1) belt = /obj/item/gun/energy/pistol/hegemony diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 64776793da4..809ab587120 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -446,7 +446,7 @@ All custom items with worn sprites must follow the contained sprite system: http item_state = "zilosnish_uniform" contained_sprite = TRUE -/obj/item/clothing/suit/unathi/mantle/fluff/zilosnish_mantle //Exotic Mantle - Zilosnish Szu - sleepywolf +/obj/item/clothing/accessory/poncho/unathimantle/fluff/zilosnish_mantle //Exotic Mantle - Zilosnish Szu - sleepywolf name = "exotic mantle" desc = "A red hide with a gold and jade insignia pin to keep it on a wearers shoulders. The hide is thick, like rhino skin." icon = 'icons/obj/custom_items/zilosnish_items.dmi' diff --git a/code/modules/item_worth/worths_list.dm b/code/modules/item_worth/worths_list.dm index 5bbaf442f9a..02d727f7324 100644 --- a/code/modules/item_worth/worths_list.dm +++ b/code/modules/item_worth/worths_list.dm @@ -476,7 +476,7 @@ var/list/worths = list( /obj/item/clothing/suit/space/cult = 1050, /obj/item/clothing/suit/space/emergency = 150, /obj/item/clothing/suit/space = 730, - /obj/item/clothing/suit/unathi/mantle = 80, + /obj/item/clothing/accessory/poncho/unathimantle = 80, /obj/item/clothing/suit/cultrobes = 200, /obj/item/clothing/suit/storage/vest/heavy/ert = 2500, /obj/item/clothing/suit/armor/carrier/heavy = 3000, diff --git a/html/changelogs/MantleFix.yml b/html/changelogs/MantleFix.yml new file mode 100644 index 00000000000..0b38212a221 --- /dev/null +++ b/html/changelogs/MantleFix.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - bugfix: "Fixes the unathi mantle not appearing correctly in several places." diff --git a/maps/aurora/aurora-1_centcomm.dmm b/maps/aurora/aurora-1_centcomm.dmm index 2c98788a021..829c9b53965 100644 --- a/maps/aurora/aurora-1_centcomm.dmm +++ b/maps/aurora/aurora-1_centcomm.dmm @@ -5373,7 +5373,7 @@ /obj/item/clothing/under/color/black, /obj/item/clothing/under/color/pink, /obj/item/clothing/under/unathi, -/obj/item/clothing/suit/unathi/mantle, +/obj/item/clothing/accessory/poncho/unathimantle, /obj/item/clothing/accessory/poncho, /turf/simulated/floor/wood, /area/shuttle/skipjack) diff --git a/maps/event/odin_departure/odin_depature-1.dmm b/maps/event/odin_departure/odin_depature-1.dmm index ac7cb389afe..4a0401cd23e 100644 --- a/maps/event/odin_departure/odin_depature-1.dmm +++ b/maps/event/odin_departure/odin_depature-1.dmm @@ -5391,7 +5391,7 @@ /obj/item/clothing/under/color/black, /obj/item/clothing/under/color/pink, /obj/item/clothing/under/unathi, -/obj/item/clothing/suit/unathi/mantle, +/obj/item/clothing/accessory/poncho/unathimantle, /obj/item/clothing/accessory/poncho, /turf/simulated/floor/wood, /area/shuttle/skipjack)