From 31b261ff7b5ad54ecb4413323ec13d83f33203f0 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sun, 4 Feb 2018 22:08:28 -0600 Subject: [PATCH] [MIRROR] Increases mineral amount needed for rough metal false walls (#5229) * Increases mineral amount needed for rough metal false walls (#35065) * Increases mineral amount needed for rough metal false walls --- code/game/objects/structures/false_walls.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/structures/false_walls.dm b/code/game/objects/structures/false_walls.dm index 03a9b2a070..2f17926a9b 100644 --- a/code/game/objects/structures/false_walls.dm +++ b/code/game/objects/structures/false_walls.dm @@ -295,6 +295,7 @@ icon = 'icons/turf/walls/iron_wall.dmi' icon_state = "iron" mineral = /obj/item/stack/rods + mineral_amount = 5 walltype = /turf/closed/wall/mineral/iron canSmoothWith = list(/obj/structure/falsewall/iron, /turf/closed/wall/mineral/iron)