Merge pull request #983 from tigercat2000/water_act

Water_act system - for all your watery needs
This commit is contained in:
ZomgPonies
2015-05-10 16:14:55 -04:00
17 changed files with 117 additions and 9 deletions
@@ -79,6 +79,9 @@ would spawn and follow the beaker, even if it is carried or thrown.
/obj/effect/effect/water/Bump(atom/A)
if(reagents)
reagents.reaction(A)
if(istype(A,/atom/movable))
var/atom/movable/AM = A
AM.water_act(life, 310.15, src)
return ..()