Adds sanity check for the mecha fire extingusher as well. Would rather remake it to be based on the standard extinguisher code but that's a dev project.

This commit is contained in:
PsiOmega
2014-10-29 08:07:36 +01:00
parent e0796caf56
commit aa3e52b1be
+2
View File
@@ -216,6 +216,8 @@
step_towards(W,my_target)
if(!W)
return
if(!W.reagents)
break
var/turf/W_turf = get_turf(W)
W.reagents.reaction(W_turf)
for(var/atom/atm in W_turf)