Skip to content

Commit

Permalink
removes FOV from the bio hood
Browse files Browse the repository at this point in the history
  • Loading branch information
SirNightKnight committed Sep 11, 2024
1 parent c2d9431 commit 7c1dacb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions code/modules/clothing/suits/bio.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c1dacb

Please sign in to comment.