diff --git a/code/modules/clothing/glasses/glasses.dm b/code/modules/clothing/glasses/glasses.dm index c8acd67d228..0208574e5b9 100644 --- a/code/modules/clothing/glasses/glasses.dm +++ b/code/modules/clothing/glasses/glasses.dm @@ -95,7 +95,7 @@ BLIND // can't see anything /obj/item/clothing/glasses/night/vox name = "Alien Optics" - species_restricted = ("Vox") + species_restricted = list("Vox") phoronproof = 1 /obj/item/clothing/glasses/night/New() diff --git a/icons/mob/species/vox/head.dmi b/icons/mob/species/vox/head.dmi index 969834ae0ab..58718462197 100644 Binary files a/icons/mob/species/vox/head.dmi and b/icons/mob/species/vox/head.dmi differ