Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit eaff17e

Browse files
yes (#22861)
1 parent 4234103 commit eaff17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/game/objects/effects/effect_system/fluid_spread/effects_foam.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
if(!istype(location))
136136
return FALSE
137137

138-
for(var/turf/spread_turf as anything in location.reachableAdjacentTurfs())
138+
for(var/turf/spread_turf as anything in location.reachableAdjacentAtmosTurfs())
139139
var/obj/effect/particle_effect/fluid/foam/foundfoam = locate() in spread_turf //Don't spread foam where there's already foam!
140140
if(foundfoam)
141141
continue

0 commit comments

Comments
 (0)