diff --git a/code/game/objects/items/devices/radio/headset.dm b/code/game/objects/items/devices/radio/headset.dm index 8e33fdda0eb..33754a41407 100644 --- a/code/game/objects/items/devices/radio/headset.dm +++ b/code/game/objects/items/devices/radio/headset.dm @@ -647,7 +647,7 @@ name = "earmuffs" desc = "Protects your hearing from loud noises, and quiet ones as well." desc_antag = "This set of earmuffs has a secret compartment housing radio gear, allowing it to function as a standard headset." - icon = 'icons/obj/clothing/ears.dmi' + icon = 'icons/obj/clothing/ears/earmuffs.dmi' icon_state = "earmuffs" item_state = "earmuffs" item_flags = SOUNDPROTECTION diff --git a/code/modules/clothing/head/xenos/unathi.dm b/code/modules/clothing/head/xenos/unathi.dm index 13248f0b134..9a3ebbafb17 100644 --- a/code/modules/clothing/head/xenos/unathi.dm +++ b/code/modules/clothing/head/xenos/unathi.dm @@ -25,23 +25,23 @@ item_state = "decorated_ronin_hat4" /obj/item/clothing/head/unathi/dark - icon_state = "darkonin_hat" + icon_state = "darkronin_hat" item_state = "darkronin_hat" /obj/item/clothing/head/unathi/deco/dark - icon_state = "decorated_darkonin_hat" + icon_state = "decorated_darkronin_hat" item_state = "decorated_darkronin_hat" /obj/item/clothing/head/unathi/deco/dark/green - icon_state = "decorated_darkonin_hat2" + icon_state = "decorated_darkronin_hat2" item_state = "decorated_darkronin_hat2" /obj/item/clothing/head/unathi/deco/dark/blue - icon_state = "decorated_darkonin_hat3" + icon_state = "decorated_darkronin_hat3" item_state = "decorated_darkronin_hat3" /obj/item/clothing/head/unathi/deco/dark/orange - icon_state = "decorated_darkonin_hat4" + icon_state = "decorated_darkronin_hat4" item_state = "decorated_darkronin_hat4" /obj/item/clothing/head/unathi/maxtlatl @@ -62,4 +62,4 @@ M.appearance_flags = RESET_COLOR|RESET_ALPHA M.pixel_y = 12 I.add_overlay(M) - return I \ No newline at end of file + return I diff --git a/code/modules/hydroponics/seed_datums/vegetables.dm b/code/modules/hydroponics/seed_datums/vegetables.dm index 0ecb7ef88f2..34347a8f358 100644 --- a/code/modules/hydroponics/seed_datums/vegetables.dm +++ b/code/modules/hydroponics/seed_datums/vegetables.dm @@ -151,7 +151,7 @@ set_trait(TRAIT_PRODUCTION,6) set_trait(TRAIT_YIELD,6) set_trait(TRAIT_POTENCY,10) - set_trait(TRAIT_PRODUCT_ICON,"peanut") + set_trait(TRAIT_PRODUCT_ICON,"nuts") set_trait(TRAIT_PRODUCT_COLOUR,"#F2B369") set_trait(TRAIT_PLANT_ICON,"bush2") set_trait(TRAIT_IDEAL_LIGHT, 6) diff --git a/html/changelogs/doxxmedearly-invis_sprite_fixes.yml b/html/changelogs/doxxmedearly-invis_sprite_fixes.yml new file mode 100644 index 00000000000..f4a080b92f0 --- /dev/null +++ b/html/changelogs/doxxmedearly-invis_sprite_fixes.yml @@ -0,0 +1,8 @@ +author: Doxxmedearly +delete-after: True +changes: + - bugfix: "Dead Greimorian bombardiers has its sprite now." + - bugfix: "Uplink earmuffs have their sprite again." + - bugfix: "Peanut seed packets has its sprite now." + - bugfix: "All dark variants of the Unathi straw hat have their sprites now." + - bugfix: "The cosmic cape has its sprite again." diff --git a/icons/mob/npc/greimorian.dmi b/icons/mob/npc/greimorian.dmi index d2d624a21c7..fd13e6ac85e 100644 Binary files a/icons/mob/npc/greimorian.dmi and b/icons/mob/npc/greimorian.dmi differ diff --git a/icons/mob/ties.dmi b/icons/mob/ties.dmi index 393fa778a3c..f82f24b94d3 100644 Binary files a/icons/mob/ties.dmi and b/icons/mob/ties.dmi differ diff --git a/icons/obj/clothing/ties.dmi b/icons/obj/clothing/ties.dmi index a7ec96596d4..cf8b8dfd15c 100644 Binary files a/icons/obj/clothing/ties.dmi and b/icons/obj/clothing/ties.dmi differ