diff --git a/modular_skyrat/modules/aesthetics/floors/code/floors.dm b/modular_skyrat/modules/aesthetics/floors/code/floors.dm index 3096e8c9318..be817b26c33 100644 --- a/modular_skyrat/modules/aesthetics/floors/code/floors.dm +++ b/modular_skyrat/modules/aesthetics/floors/code/floors.dm @@ -69,7 +69,7 @@ barefootstep = FOOTSTEP_HARD_BAREFOOT clawfootstep = FOOTSTEP_HARD_CLAW heavyfootstep = FOOTSTEP_GENERIC_HEAVY - tiled_dirt = FALSE + tiled_turf = FALSE /turf/open/indestructible/cobble/side icon_state = "cobble_side" diff --git a/modular_skyrat/modules/clock_cult/code/turf.dm b/modular_skyrat/modules/clock_cult/code/turf.dm index aace51356d0..df2681f188c 100644 --- a/modular_skyrat/modules/clock_cult/code/turf.dm +++ b/modular_skyrat/modules/clock_cult/code/turf.dm @@ -6,7 +6,7 @@ baseturfs = /turf/open/indestructible/reebe_void planetary_atmos = TRUE bullet_bounce_sound = null //forever falling - tiled_dirt = FALSE + tiled_turf = FALSE /turf/open/indestructible/reebe_void/Initialize(mapload) diff --git a/modular_skyrat/modules/colony_fabricator/code/construction/turfs.dm b/modular_skyrat/modules/colony_fabricator/code/construction/turfs.dm index 8548ead0502..95d87c7dfef 100644 --- a/modular_skyrat/modules/colony_fabricator/code/construction/turfs.dm +++ b/modular_skyrat/modules/colony_fabricator/code/construction/turfs.dm @@ -126,7 +126,7 @@ GLOBAL_LIST_INIT(plastic_wall_panel_recipes, list( icon_state = "colony_grey" base_icon_state = "colony_grey" floor_tile = /obj/item/stack/tile/iron/colony - tiled_dirt = FALSE + tiled_turf = FALSE /turf/open/floor/iron/colony/texture icon_state = "colony_grey_texture" diff --git a/modular_skyrat/modules/mapping/code/planet_turfs.dm b/modular_skyrat/modules/mapping/code/planet_turfs.dm index dbbb2d645f5..92ec1ce8d7a 100644 --- a/modular_skyrat/modules/mapping/code/planet_turfs.dm +++ b/modular_skyrat/modules/mapping/code/planet_turfs.dm @@ -8,7 +8,7 @@ barefootstep = FOOTSTEP_SAND clawfootstep = FOOTSTEP_SAND heavyfootstep = FOOTSTEP_GENERIC_HEAVY - tiled_dirt = FALSE + tiled_turf = FALSE // We don't want to create chasms upon destruction, as this is too easy to abuse. // For some reason, the dirt used Lavaland atmos (OPENTURF_LOW_PRESSURE), this would suck whilst on the planet. diff --git a/modular_zubbers/code/game/turfs/open/moonwater.dm b/modular_zubbers/code/game/turfs/open/moonwater.dm index 822c044eb86..5ba71c74d54 100644 --- a/modular_zubbers/code/game/turfs/open/moonwater.dm +++ b/modular_zubbers/code/game/turfs/open/moonwater.dm @@ -11,7 +11,7 @@ baseturfs = /turf/open/water/moonstation turf_flags = NO_RUST | TURF_BLOCKS_POPULATE_TERRAIN_FLORAFEATURES | NO_LAVA_GEN - tiled_dirt = FALSE + tiled_turf = FALSE initial_gas_mix = MOONSTATION_ATMOS planetary_atmos = TRUE diff --git a/modular_zubbers/code/game/turfs/open/sand.dm b/modular_zubbers/code/game/turfs/open/sand.dm index 2f9ff3f5463..ea9b5f3c4b2 100644 --- a/modular_zubbers/code/game/turfs/open/sand.dm +++ b/modular_zubbers/code/game/turfs/open/sand.dm @@ -11,7 +11,7 @@ barefootstep = FOOTSTEP_SAND clawfootstep = FOOTSTEP_SAND heavyfootstep = FOOTSTEP_GENERIC_HEAVY - tiled_dirt = FALSE + tiled_turf = FALSE planetary_atmos = TRUE baseturfs = /turf/open/misc/moonstation_rock flags_1 = NONE diff --git a/modular_zubbers/maps/offstation/ghostcafe/ghostcafeturf.dm b/modular_zubbers/maps/offstation/ghostcafe/ghostcafeturf.dm index 19cd5ff7da0..5005dd6f977 100644 --- a/modular_zubbers/maps/offstation/ghostcafe/ghostcafeturf.dm +++ b/modular_zubbers/maps/offstation/ghostcafe/ghostcafeturf.dm @@ -20,7 +20,7 @@ icon_state = "titanium_blue_old"; name = "bathroom floor" footstep = FOOTSTEP_FLOOR - tiled_dirt = FALSE + tiled_turf = FALSE /turf/open/indestructible/carpet desc = "It's really cozy! Great for soft paws!"; @@ -32,4 +32,4 @@ barefootstep = FOOTSTEP_CARPET_BAREFOOT clawfootstep = FOOTSTEP_CARPET_BAREFOOT heavyfootstep = FOOTSTEP_GENERIC_HEAVY - tiled_dirt = FALSE + tiled_turf = FALSE