Merge pull request #6622 from Mechoid/WaterResistanceExists

Water resistance exists
This commit is contained in:
Atermonera
2020-01-20 22:51:52 -05:00
committed by VirgoBot
parent c877f3d265
commit 5954adfe46
4 changed files with 9 additions and 7 deletions
@@ -194,7 +194,7 @@
..()
/datum/reagent/water/affect_touch(var/mob/living/carbon/M, var/alien, var/removed)
if(alien == IS_SLIME)
if(alien == IS_SLIME && prob(10))
M.visible_message("<span class='warning'>[M]'s flesh sizzles where the water touches it!</span>", "<span class='danger'>Your flesh burns in the water!</span>")
..()
*/ //VOREStation Edit End.