mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-16 12:43:09 +00:00
Iceblock flora generation fixes (#83450)
Fixes #83438 🆑 ShizCalev fix: Trees will no longer be growing through railings on forest planets fix: Trees/plants will no longer grow through wood pathways on Icebox fix: Railings will no longer appear ontop of rock walls on icebox /🆑 Old:  Fixed: 
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
|
||||
//Checks and Rejects dense turfs
|
||||
/datum/map_generator_module/proc/checkPlaceAtom(turf/T)
|
||||
if(!T)
|
||||
if(!T || (T.turf_flags & TURF_BLOCKS_POPULATE_TERRAIN_FLORAFEATURES))
|
||||
return FALSE
|
||||
if(T.density)
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user