diff --git a/code/modules/clothing/patreon/hats.dm b/code/modules/clothing/patreon/hats.dm index 6e3d6d2248e..bfcc69972e4 100644 --- a/code/modules/clothing/patreon/hats.dm +++ b/code/modules/clothing/patreon/hats.dm @@ -38,18 +38,6 @@ icon_state = "goldtophatred" item_state = "goldtophatred" -//black pete hat -/obj/item/clothing/head/fluff/blackpetehat - name = "Black Hat" - desc = "All that soot from the massive explosions had finally done its job." - icon_state = "blackpetehat" - item_state = "blackpetehat" - flags = BLOCKHAIR - species_fit = list("Vox") - sprite_sheets = list( - "Vox" = 'icons/mob/species/vox/head.dmi' - ) - //medieval guard helm /obj/item/clothing/head/fluff/guardhelm name = "Plastic Guard helm" diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index fee8a1c73bc..b3af414cde5 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ diff --git a/icons/mob/inhands/clothing_lefthand.dmi b/icons/mob/inhands/clothing_lefthand.dmi index ce6f103db4b..34e2a6ce696 100644 Binary files a/icons/mob/inhands/clothing_lefthand.dmi and b/icons/mob/inhands/clothing_lefthand.dmi differ diff --git a/icons/mob/inhands/clothing_righthand.dmi b/icons/mob/inhands/clothing_righthand.dmi index ba64380ba45..2753f52dfee 100644 Binary files a/icons/mob/inhands/clothing_righthand.dmi and b/icons/mob/inhands/clothing_righthand.dmi differ diff --git a/icons/mob/species/vox/head.dmi b/icons/mob/species/vox/head.dmi index 70b155de78e..21ed6e38001 100644 Binary files a/icons/mob/species/vox/head.dmi and b/icons/mob/species/vox/head.dmi differ diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index a2cdf82489d..63af8386202 100644 Binary files a/icons/obj/clothing/hats.dmi and b/icons/obj/clothing/hats.dmi differ