mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fixes foam spreading through public airlocks and windoors (#67101)
* Fixes foam spreading through public airlocks and windoors * nova
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
if(!istype(location))
|
||||
return FALSE
|
||||
|
||||
for(var/turf/spread_turf as anything in location.reachableAdjacentTurfs())
|
||||
for(var/turf/spread_turf as anything in location.reachableAdjacentTurfs(no_id = TRUE))
|
||||
var/obj/effect/particle_effect/fluid/foam/foundfoam = locate() in spread_turf //Don't spread foam where there's already foam!
|
||||
if(foundfoam)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user