Fix Water Resistance.

This commit is contained in:
Atermonera
2020-01-23 17:13:51 -05:00
committed by VirgoBot
parent ecc118ac63
commit b2cafb7e14
@@ -481,4 +481,8 @@
amount *= 1 - H.get_water_protection()
amount *= water_damage_mod
if(amount > 0)
H.adjustToxLoss(amount)
<<<<<<< HEAD
H.adjustToxLoss(amount)
=======
H.adjustToxLoss(amount)
>>>>>>> b2c5524... Merge pull request #6648 from Mechoid/OhMyGodMechoid