No longer shall ye burn from water

This commit is contained in:
Yoshax
2017-04-17 15:29:08 +01:00
parent 1a8cd99347
commit 1c000715dd

View File

@@ -44,7 +44,7 @@
L.update_water() L.update_water()
if(!istype(oldloc, /turf/simulated/floor/water)) if(!istype(oldloc, /turf/simulated/floor/water))
to_chat(L, "<span class='warning'>You get drenched in water from entering \the [src]!</span>") to_chat(L, "<span class='warning'>You get drenched in water from entering \the [src]!</span>")
AM.water_act(5) AM.water_act(-5)
..() ..()
/turf/simulated/floor/water/Exited(atom/movable/AM, atom/newloc) /turf/simulated/floor/water/Exited(atom/movable/AM, atom/newloc)