Preliminary

This commit is contained in:
Mechoid
2020-01-11 14:13:07 -08:00
parent 335676d340
commit 9699844fc7
4 changed files with 8 additions and 5 deletions

View File

@@ -186,7 +186,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>")
..()