mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Fire extinguishers and sprays only hit a tile once. (#23568)
* lmaoooo lol even * yippee * DGamerL review * oops * sirryan review
This commit is contained in:
@@ -79,7 +79,9 @@
|
||||
D.icon += mix_color_from_reagents(D.reagents.reagent_list)
|
||||
|
||||
for(var/i in 1 to spray_currentrange)
|
||||
step_towards(D, A)
|
||||
if(!step_towards(D, A))
|
||||
qdel(D)
|
||||
return
|
||||
D.reagents.reaction(get_turf(D))
|
||||
for(var/atom/T in get_turf(D))
|
||||
D.reagents.reaction(T)
|
||||
|
||||
Reference in New Issue
Block a user