From 7c1dacb214c365a5a63a992bbf07c66a3f268af6 Mon Sep 17 00:00:00 2001 From: SirNightKnight <88754494+SirNightKnight@users.noreply.github.com> Date: Wed, 11 Sep 2024 01:27:48 -0400 Subject: [PATCH] removes FOV from the bio hood --- code/modules/clothing/suits/bio.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/clothing/suits/bio.dm b/code/modules/clothing/suits/bio.dm index 4543014ae7a8..473b2878d8d4 100644 --- a/code/modules/clothing/suits/bio.dm +++ b/code/modules/clothing/suits/bio.dm @@ -13,11 +13,6 @@ 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) - /datum/armor/head_bio_hood bio = 100 fire = 30