From b2cafb7e146b8012a322bfc4283cb522bdabc963 Mon Sep 17 00:00:00 2001 From: Atermonera Date: Thu, 23 Jan 2020 14:12:45 -0800 Subject: [PATCH] Fix Water Resistance. --- code/modules/mob/living/carbon/human/species/species.dm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/species.dm b/code/modules/mob/living/carbon/human/species/species.dm index c730a54a860..37a1aa11883 100644 --- a/code/modules/mob/living/carbon/human/species/species.dm +++ b/code/modules/mob/living/carbon/human/species/species.dm @@ -481,4 +481,8 @@ amount *= 1 - H.get_water_protection() amount *= water_damage_mod if(amount > 0) - H.adjustToxLoss(amount) \ No newline at end of file +<<<<<<< HEAD + H.adjustToxLoss(amount) +======= + H.adjustToxLoss(amount) +>>>>>>> b2c5524... Merge pull request #6648 from Mechoid/OhMyGodMechoid