Extinguisher and spray bottle works on tile you're standing fix (#23914)

* extinguisher once again works on yourself

* you too
This commit is contained in:
HMBGERDO
2024-01-28 13:27:03 +00:00
committed by GitHub
parent d37134f810
commit 80f1b0d113
2 changed files with 2 additions and 2 deletions
@@ -79,7 +79,7 @@
D.icon += mix_color_from_reagents(D.reagents.reagent_list)
for(var/i in 1 to spray_currentrange)
if(!step_towards(D, A))
if(!step_towards(D, A) && i != 1)
qdel(D)
return
D.reagents.reaction(get_turf(D))