diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index e7a8ae0b9e6..4da74b3c2a7 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -265,6 +265,7 @@ // Ears: headsets, earmuffs and tiny objects /obj/item/clothing/ears name = "ears" + icon = 'icons/obj/clothing/ears.dmi' w_class = ITEMSIZE_TINY throwforce = 2 slot_flags = SLOT_EARS diff --git a/code/modules/clothing/ears/antennae.dm b/code/modules/clothing/ears/antennae.dm index 33429c08744..49ac01ec471 100644 --- a/code/modules/clothing/ears/antennae.dm +++ b/code/modules/clothing/ears/antennae.dm @@ -67,6 +67,7 @@ desc = "A decorative antenna. Despite being commonly seen on Shells, nobody knows what these actually do." icon_state = "whip" item_state = "whip" + /obj/item/clothing/ears/antenna/trinary_halo name = "trinary perfection antenna" desc = "A decorative antenna that is commonly worn by IPCs who serve the Trinary Perfection. It resembles a golden gear." diff --git a/html/changelogs/wezzy_antennafix.yml b/html/changelogs/wezzy_antennafix.yml new file mode 100644 index 00000000000..6418540cb8b --- /dev/null +++ b/html/changelogs/wezzy_antennafix.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 invisible antenna sprites." diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index 57dc32e337f..5e7514e6ec5 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ diff --git a/icons/mob/l_ear.dmi b/icons/mob/l_ear.dmi index 79ca242df37..d9e549c4662 100644 Binary files a/icons/mob/l_ear.dmi and b/icons/mob/l_ear.dmi differ diff --git a/icons/mob/r_ear.dmi b/icons/mob/r_ear.dmi index 67b410b08d0..83a3025eaf0 100644 Binary files a/icons/mob/r_ear.dmi and b/icons/mob/r_ear.dmi differ