Amended to match the formatting in #6846, to hopefully avoid merge issues.
This commit is contained in:
PsiOmega
2014-10-28 18:43:48 +01:00
parent a9aacbdd10
commit e0796caf56

View File

@@ -126,7 +126,10 @@
if(!W) return
W.reagents.reaction(get_turf(W))
for(var/atom/atm in get_turf(W))
if(!W) return
if(!W)
return
if(!W.reagents)
break
W.reagents.reaction(atm)
if(W.loc == my_target) break
sleep(2)