From 52b19df3216e4acedd54f479283bce7784e7c2e8 Mon Sep 17 00:00:00 2001 From: Time-Green Date: Mon, 28 Jan 2019 15:10:58 +0100 Subject: [PATCH] makes snow tiles not fucking kill --- code/game/objects/items/stacks/tiles/tile_mineral.dm | 2 +- code/game/turfs/simulated/floor/fancy_floor.dm | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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"