diff --git a/code/modules/clothing/suits/bio.dm b/code/modules/clothing/suits/bio.dm index 4543014ae7a8..150af82f26e0 100644 --- a/code/modules/clothing/suits/bio.dm +++ b/code/modules/clothing/suits/bio.dm @@ -13,10 +13,11 @@ flags_cover = HEADCOVERSEYES | HEADCOVERSMOUTH | PEPPERPROOF supports_variations_flags = CLOTHING_SNOUTED_VARIATION -/obj/item/clothing/head/bio_hood/Initialize(mapload) - . = ..() - if(flags_inv & HIDEFACE) - AddComponent(/datum/component/clothing_fov_visor, FOV_90_DEGREES) +// MONKESTATION REMOVAL +//obj/item/clothing/head/bio_hood/Initialize(mapload) + //. = ..() + //if(flags_inv & HIDEFACE) + // AddComponent(/datum/component/clothing_fov_visor, FOV_90_DEGREES) /datum/armor/head_bio_hood bio = 100