Skip to content

Commit

Permalink
Oxygen tank fix
Browse files Browse the repository at this point in the history
  • Loading branch information
UEDCommander committed Jan 2, 2024
1 parent 123048a commit e50d696
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mods/loadout_items/code/suits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@
/obj/item/ammo_casing,
/obj/item/melee/baton,
/obj/item/handcuffs,
/obj/item/tank/emergency
/obj/item/tank/oxygen_emergency,
/obj/item/tank/oxygen_emergency_extended,
/obj/item/tank/nitrogen_emergency
)
siemens_coefficient = 0.9
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
Expand Down

0 comments on commit e50d696

Please sign in to comment.