Improve water handling for slimes, Grey mask/head water protection tweak

This commit is contained in:
Mark van Alphen
2019-08-13 02:26:59 +02:00
parent 10ef2311ab
commit 521e81e8d2
9 changed files with 28 additions and 29 deletions
@@ -21,7 +21,7 @@
reagents.reaction(A)
if(istype(A,/atom/movable))
var/atom/movable/AM = A
AM.water_act(life, 310.15, src)
AM.water_act(life, COLD_WATER_TEMPERATURE, src)
return ..()
/////////////////////////////////////////////