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
@@ -26,7 +26,7 @@
/obj/effect/particle_effect/water/proc/extinguish_move(turf/target)
for(var/counter in 1 to 5)
if(!step_towards(src, target))
if(!step_towards(src, target) && counter != 1)
return
var/turf/current_turf = get_turf(src)
reagents.reaction(current_turf)