From 1c000715ddf3c8fb183b2e2d76ff51a32b89bd25 Mon Sep 17 00:00:00 2001 From: Yoshax Date: Mon, 17 Apr 2017 15:29:08 +0100 Subject: [PATCH] No longer shall ye burn from water --- code/game/turfs/simulated/water.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/turfs/simulated/water.dm b/code/game/turfs/simulated/water.dm index 77eb419ed13..ec784cb63de 100644 --- a/code/game/turfs/simulated/water.dm +++ b/code/game/turfs/simulated/water.dm @@ -44,7 +44,7 @@ L.update_water() if(!istype(oldloc, /turf/simulated/floor/water)) to_chat(L, "You get drenched in water from entering \the [src]!") - AM.water_act(5) + AM.water_act(-5) ..() /turf/simulated/floor/water/Exited(atom/movable/AM, atom/newloc)