diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index dc67836abb3..18c174a87f5 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -257,13 +257,16 @@ /obj/item/clothing/head/helmet/skull name = "skull helmet" - desc = "An intimidating tribal helmet, it doesn't look very comfortable." + desc = "An intimidating tribal helmet, it looks sick as hell." flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE flags_cover = HEADCOVERSEYES armor = list(MELEE = 25, BULLET = 15, LASER = 15, ENERGY = 5, BOMB = 15, RAD = 0, FIRE = 50, ACID = 50) icon_state = "skull" item_state = "skull" strip_delay = 100 + sprite_sheets = list( + "Grey" = 'icons/mob/clothing/species/grey/head.dmi' + ) /obj/item/clothing/head/helmet/durathread name = "durathread helmet" diff --git a/icons/mob/clothing/species/grey/head.dmi b/icons/mob/clothing/species/grey/head.dmi index 4b8b845f784..9fae8b6443c 100644 Binary files a/icons/mob/clothing/species/grey/head.dmi and b/icons/mob/clothing/species/grey/head.dmi differ