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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user