diff --git a/code/modules/clothing/head/jobs.dm b/code/modules/clothing/head/jobs.dm index 0374ae2dc1a..de171d2723b 100644 --- a/code/modules/clothing/head/jobs.dm +++ b/code/modules/clothing/head/jobs.dm @@ -197,7 +197,8 @@ icon_state = "surgcap_blue" flags = BLOCKHEADHAIR sprite_sheets = list( - "Drask" = 'icons/mob/clothing/species/drask/head.dmi' + "Drask" = 'icons/mob/clothing/species/drask/head.dmi', + "Vox" = 'icons/mob/clothing/species/vox/head.dmi' ) /obj/item/clothing/head/surgery/purple diff --git a/icons/mob/clothing/species/vox/head.dmi b/icons/mob/clothing/species/vox/head.dmi index ff9f25ebd27..7da58e37ac4 100644 Binary files a/icons/mob/clothing/species/vox/head.dmi and b/icons/mob/clothing/species/vox/head.dmi differ