Merge pull request #6497 from VOREStation/upstream-merge-6648

[MIRROR] Fix Water Resistance.
This commit is contained in:
Novacat
2020-01-23 17:40:31 -05:00
committed by GitHub
@@ -481,4 +481,4 @@
amount *= 1 - H.get_water_protection()
amount *= water_damage_mod
if(amount > 0)
H.adjustToxLoss(amount)
H.adjustToxLoss(amount)