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)