Merge pull request #7526 from SkyMarshal/patch-1

Fix bloody extinguisher bug.
This commit is contained in:
PsiOmegaDelta
2014-12-25 13:09:04 +13:00

View File

@@ -123,7 +123,7 @@
src.reagents.trans_to(W,1)
for(var/b=0, b<5, b++)
step_towards(W,my_target)
if(!W) return
if(!W || !W.reagents) return
W.reagents.reaction(get_turf(W))
for(var/atom/atm in get_turf(W))
if(!W)
@@ -140,4 +140,4 @@
step(user, user.inertia_dir)
else
return ..()
return
return