diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index bdd5d91240a..ea1a79a3ef7 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -1301,15 +1301,15 @@ All custom items with worn sprites must follow the contained sprite system: http item_state = "sezcoat" contained_sprite = TRUE -/obj/item/clothing/accessory/poncho/fluff/sezrak_cape //Red Han'san Cape - Sezrak Han'san - captaingecko - name = "red Han'san cape" - desc = "This is a cape loosely based on the style of Dominian nobility, the latest fashion across Dominian space, although it doesn't feature any of the colors belonging to the Great Houses, \ - and doesn't bear the symbolism of the ones worn by Tribunalist priests. The left shoulder-side bears the standards of the Han'san clan-house with a small, discreet symbol of gilded colors, \ - instead of the usual Green used for this house." - icon = 'icons/obj/custom_items/sezrak_coat.dmi' - icon_override = 'icons/obj/custom_items/sezrak_coat.dmi' - icon_state = "sez_cape" - item_state = "sez_cape" +/obj/item/clothing/accessory/poncho/fluff/sezrak_scaleshield //Red Han'san Scaleshield - Sezrak Han'san - captaingecko + name = "red Han'san scaleshield" + desc = "A thick, warm piece of reinforced canvas and fabric made by Dominian Unathi to keep themselves warm in Moroz's frigid climate. This one bears a pattern commonly \ + seen in Hunter’s District, also known as Widowtown, although not with the typical colors. It bears pieces reinforced canvas here and there, more to protect against the elements than actual bumps, \ + and embroided on a white stripe is the standard of the Han'san clan." + icon = 'icons/obj/custom_items/sezrak_scaleshield.dmi' + icon_override = 'icons/obj/custom_items/sezrak_scaleshield.dmi' + icon_state = "sez_scaleshield" + item_state = "sez_scaleshield" contained_sprite = TRUE /obj/item/journal/fluff/mrakiizar_book //Worn Journal - Azradov Mrakiizar - kingoftheping diff --git a/html/changelogs/wickedcybs_customitemlizard.yml b/html/changelogs/wickedcybs_customitemlizard.yml new file mode 100644 index 00000000000..5f4f51334b4 --- /dev/null +++ b/html/changelogs/wickedcybs_customitemlizard.yml @@ -0,0 +1,7 @@ +author: WickedCybs + +delete-after: True + +changes: + - rscadd: "Added Sezrak's new custom item." + - rscdel: "Removed their other retconned item." \ No newline at end of file diff --git a/icons/obj/custom_items/sezrak_coat.dmi b/icons/obj/custom_items/sezrak_coat.dmi index 18c391fc1cb..b5a268de007 100644 Binary files a/icons/obj/custom_items/sezrak_coat.dmi and b/icons/obj/custom_items/sezrak_coat.dmi differ diff --git a/icons/obj/custom_items/sezrak_scaleshield.dmi b/icons/obj/custom_items/sezrak_scaleshield.dmi new file mode 100644 index 00000000000..6ec4c3992ba Binary files /dev/null and b/icons/obj/custom_items/sezrak_scaleshield.dmi differ