From 2df4cdb7cd5e8b841c6d45bbb60655f859e4d2ef Mon Sep 17 00:00:00 2001 From: Cheridan Date: Sun, 9 Aug 2015 23:07:24 -0500 Subject: [PATCH] Thank you Remie for catching this intentional error. Removes amount = 30 --- code/game/objects/items/stacks/tiles/tile_types.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/game/objects/items/stacks/tiles/tile_types.dm b/code/game/objects/items/stacks/tiles/tile_types.dm index faf02d12b82..4f92383cd30 100644 --- a/code/game/objects/items/stacks/tiles/tile_types.dm +++ b/code/game/objects/items/stacks/tiles/tile_types.dm @@ -99,7 +99,6 @@ singular_name = "astral carpet" desc = "A piece of carpet with a convincing star pattern." icon_state = "tile_space" - amount = 30 turf_type = /turf/simulated/floor/fakespace burn_state = 0 //Burnable @@ -134,4 +133,4 @@ desc = "The ground you walk on." //Not the usual floor tile desc as that refers to throwing, Cyborgs can't do that - RR materials = list() // All other Borg versions of items have no Metal or Glass - RR is_cyborg = 1 - cost = 125 \ No newline at end of file + cost = 125