mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01: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:
@@ -586,6 +586,15 @@ INITIALIZE_IMMEDIATE(/obj/effect/mapping_helpers/no_lava)
|
||||
var/turf/T = get_turf(src)
|
||||
T.turf_flags |= NO_LAVA_GEN
|
||||
|
||||
INITIALIZE_IMMEDIATE(/obj/effect/mapping_helpers/no_atoms_ontop)
|
||||
/obj/effect/mapping_helpers/no_atoms_ontop
|
||||
icon_state = "no_atoms_ontop"
|
||||
|
||||
/obj/effect/mapping_helpers/no_atoms_ontop/Initialize(mapload)
|
||||
. = ..()
|
||||
var/turf/loc_turf = get_turf(src)
|
||||
loc_turf.turf_flags |= TURF_BLOCKS_POPULATE_TERRAIN_FLORAFEATURES
|
||||
|
||||
///Helpers used for injecting stuff into atoms on the map.
|
||||
/obj/effect/mapping_helpers/atom_injector
|
||||
name = "Atom Injector"
|
||||
|
||||
Reference in New Issue
Block a user