diff --git a/code/modules/clothing/head/beanie.dm b/code/modules/clothing/head/beanie.dm index ada61c41384..5e6ce69f252 100644 --- a/code/modules/clothing/head/beanie.dm +++ b/code/modules/clothing/head/beanie.dm @@ -8,6 +8,9 @@ desc = "A stylish beanie. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their heads." icon_state = "beanie" //Default white item_color = "beanie" + sprite_sheets = list( + "Vox" = 'icons/mob/species/vox/head.dmi', + ) /obj/item/clothing/head/beanie/black name = "black beanie" diff --git a/icons/mob/species/vox/head.dmi b/icons/mob/species/vox/head.dmi index fb5d153d30d..d73146e4e7d 100644 Binary files a/icons/mob/species/vox/head.dmi and b/icons/mob/species/vox/head.dmi differ