From 615f30d2609080f1effa2260d71287cce11d55eb Mon Sep 17 00:00:00 2001 From: GLACoding Date: Wed, 31 Jan 2018 15:32:46 +0000 Subject: [PATCH] Increases mineral amount needed for rough metal false walls (#35065) --- 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 03a9b2a0706..2f17926a9bd 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)