mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user