diff --git a/code/modules/clothing/ears/xeno/tajara.dm b/code/modules/clothing/ears/xeno/tajara.dm index 44062da3702..acdb40f4d7f 100644 --- a/code/modules/clothing/ears/xeno/tajara.dm +++ b/code/modules/clothing/ears/xeno/tajara.dm @@ -5,6 +5,9 @@ icon_state = "pearl_earrings" item_state = "pearl_earrings" species_restricted = list(BODYTYPE_TAJARA) + sprite_sheets = list( + BODYTYPE_TAJARA = 'icons/obj/tajara_items.dmi' + ) /obj/item/clothing/ears/earring/tajara/gold name = "adhomian golden earrings" diff --git a/html/changelogs/ElorgRHG-tajaran-earring-fix.yml b/html/changelogs/ElorgRHG-tajaran-earring-fix.yml new file mode 100644 index 00000000000..15b94599070 --- /dev/null +++ b/html/changelogs/ElorgRHG-tajaran-earring-fix.yml @@ -0,0 +1,13 @@ +# Your name. +author: ElorgRHG + +# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - bugfix: "Fixes tajaran earrings not displaying properly."