From 534242599c2b401b36b11b9405a01a8e82aa0469 Mon Sep 17 00:00:00 2001 From: FantasticFwoosh Date: Tue, 2 May 2017 08:26:15 +0100 Subject: [PATCH] Adds fake basalt tiles --- code/game/objects/items/stacks/tiles/tile_types.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/game/objects/items/stacks/tiles/tile_types.dm b/code/game/objects/items/stacks/tiles/tile_types.dm index f2432cee3d0..1737699e5b6 100644 --- a/code/game/objects/items/stacks/tiles/tile_types.dm +++ b/code/game/objects/items/stacks/tiles/tile_types.dm @@ -88,6 +88,14 @@ turf_type = /turf/open/floor/wood resistance_flags = FLAMMABLE +//Basalt +/obj/item/stack/tile/basalt + name = "basalt tile" + singular_name = "basalt floor tile" + desc = "Artificially made ashy soil themed on a hostile enviroment." + icon_state = "tile_basalt" + origin_tech = "materials=1" + turf_type = /turf/open/floor/grass/fakebasalt //Carpets /obj/item/stack/tile/carpet