mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
[MIRROR] Makes radiaton and bomb good helmets have the FOV effect...... its not my fault (#27259)
* Makes radiaton and bomb good helmets have the FOV effect...... its not my fault (#82366) ## About The Pull Request Fixes Radiation hood having normal vision Closes #80917  ## Why It's Good For The Game It isnt but it must be done in order to remove github issues ## Changelog 🆑 fix: Fixes Radiation Hood not having FOV blockage /🆑 * Makes radiaton and bomb good helmets have the FOV effect...... its not my fault --------- Co-authored-by: Hoolny <84478872+SethLafuente@users.noreply.github.com>
This commit is contained in:
@@ -99,6 +99,11 @@
|
||||
flags_cover = HEADCOVERSEYES | HEADCOVERSMOUTH | PEPPERPROOF
|
||||
resistance_flags = NONE
|
||||
|
||||
/obj/item/clothing/head/utility/bomb_hood/Initialize(mapload)
|
||||
. = ..()
|
||||
if(flags_inv & HIDEFACE)
|
||||
AddComponent(/datum/component/clothing_fov_visor, FOV_90_DEGREES)
|
||||
|
||||
/datum/armor/utility_bomb_hood
|
||||
melee = 20
|
||||
laser = 20
|
||||
@@ -169,6 +174,11 @@
|
||||
flags_cover = HEADCOVERSEYES | HEADCOVERSMOUTH | PEPPERPROOF
|
||||
resistance_flags = NONE
|
||||
|
||||
/obj/item/clothing/head/utility/radiation/Initialize(mapload)
|
||||
. = ..()
|
||||
if(flags_inv & HIDEFACE)
|
||||
AddComponent(/datum/component/clothing_fov_visor, FOV_90_DEGREES)
|
||||
|
||||
/datum/armor/utility_radiation
|
||||
bio = 60
|
||||
fire = 30
|
||||
|
||||
Reference in New Issue
Block a user