mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Merge pull request #6622 from Mechoid/WaterResistanceExists
Water resistance exists
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user