diff --git a/code/game/objects/items/stacks/tiles/tile_mineral.dm b/code/game/objects/items/stacks/tiles/tile_mineral.dm index 74026b859c9..fc31dd9b52d 100644 --- a/code/game/objects/items/stacks/tiles/tile_mineral.dm +++ b/code/game/objects/items/stacks/tiles/tile_mineral.dm @@ -84,5 +84,5 @@ singular_name = "snow tile" desc = "A layer of snow." icon_state = "tile_snow" - turf_type = /turf/open/floor/grass/snow + turf_type = /turf/open/floor/grass/snow/safe mineralType = "snow" \ No newline at end of file diff --git a/code/game/turfs/simulated/floor/fancy_floor.dm b/code/game/turfs/simulated/floor/fancy_floor.dm index 2cfa01bc6a9..704b94f0281 100644 --- a/code/game/turfs/simulated/floor/fancy_floor.dm +++ b/code/game/turfs/simulated/floor/fancy_floor.dm @@ -134,6 +134,10 @@ icon_state = "basalt[rand(0, 12)]" set_basalt_light(src) +/turf/open/floor/grass/snow/safe + slowdown = 1.5 + planetary_atmos = FALSE + /turf/open/floor/grass/fakebasalt //Heart is not a real planeteer power name = "aesthetic volcanic flooring"