diff --git a/code/modules/clothing/spacesuits/void/station.dm b/code/modules/clothing/spacesuits/void/station.dm index 4ec8028112..69ac48e795 100644 --- a/code/modules/clothing/spacesuits/void/station.dm +++ b/code/modules/clothing/spacesuits/void/station.dm @@ -87,7 +87,7 @@ /obj/item/clothing/head/helmet/space/void/engineering/salvage name = "salvage voidsuit helmet" desc = "A heavily modified salvage voidsuit helmet. It has been fitted with radiation-resistant plating." - icon_state = "rig0-salvage" + icon_state = "rig0-engineeringsav" item_state_slots = list( slot_l_hand_str = "eng_helm", slot_r_hand_str = "eng_helm", diff --git a/icons/mob/species/unathi/helmet.dmi b/icons/mob/species/unathi/helmet.dmi index d92ec19353..fd5a4e4897 100644 Binary files a/icons/mob/species/unathi/helmet.dmi and b/icons/mob/species/unathi/helmet.dmi differ diff --git a/icons/obj/trash.dmi b/icons/obj/trash.dmi index ca116e7779..10d64d69d2 100644 Binary files a/icons/obj/trash.dmi and b/icons/obj/trash.dmi differ