From 91ca64c4657913778aad2c3fb06b58cebfe30c20 Mon Sep 17 00:00:00 2001 From: Henri215 <77684085+Henri215@users.noreply.github.com> Date: Thu, 29 Sep 2022 16:42:39 -0300 Subject: [PATCH] fix collectable welding helmet (#19155) --- code/modules/clothing/head/collectable.dm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/code/modules/clothing/head/collectable.dm b/code/modules/clothing/head/collectable.dm index 3657f4f8ef1..2a82e4aaf0f 100644 --- a/code/modules/clothing/head/collectable.dm +++ b/code/modules/clothing/head/collectable.dm @@ -72,10 +72,11 @@ item_state = "welding" sprite_sheets = list( - "Vox" = 'icons/mob/clothing/species/vox/helmet.dmi', - "Unathi" = 'icons/mob/clothing/species/unathi/mask.dmi', - "Tajaran" = 'icons/mob/clothing/species/tajaran/mask.dmi', - "Vulpkanin" = 'icons/mob/clothing/species/vulpkanin/mask.dmi' + "Vox" = 'icons/mob/clothing/species/vox/head.dmi', + "Unathi" = 'icons/mob/clothing/species/unathi/helmet.dmi', + "Tajaran" = 'icons/mob/clothing/species/tajaran/helmet.dmi', + "Vulpkanin" = 'icons/mob/clothing/species/vulpkanin/helmet.dmi', + "Grey" = 'icons/mob/clothing/species/grey/helmet.dmi' ) /obj/item/clothing/head/collectable/slime