mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
Merge pull request #6497 from VOREStation/upstream-merge-6648
[MIRROR] Fix Water Resistance.
This commit is contained in:
@@ -481,4 +481,4 @@
|
||||
amount *= 1 - H.get_water_protection()
|
||||
amount *= water_damage_mod
|
||||
if(amount > 0)
|
||||
H.adjustToxLoss(amount)
|
||||
H.adjustToxLoss(amount)
|
||||
|
||||
Reference in New Issue
Block a user