From ea55f4247dc4154d033e93da689eb2066bc7c29f Mon Sep 17 00:00:00 2001 From: Dex <60656530+Ewwmewgewd@users.noreply.github.com> Date: Fri, 25 Dec 2020 22:09:49 +0100 Subject: [PATCH] Fix falsewall (#55704) --- code/game/objects/structures/false_walls.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/false_walls.dm b/code/game/objects/structures/false_walls.dm index 891b0ba31d5..7ecea03188e 100644 --- a/code/game/objects/structures/false_walls.dm +++ b/code/game/objects/structures/false_walls.dm @@ -304,7 +304,7 @@ mineral = /obj/item/stack/rods mineral_amount = 5 walltype = /turf/closed/wall/mineral/iron - base_icon_state = "icerock_wall" + base_icon_state = "iron_wall" smoothing_flags = SMOOTH_BITMASK smoothing_groups = list(SMOOTH_GROUP_WALLS, SMOOTH_GROUP_IRON_WALLS) canSmoothWith = list(SMOOTH_GROUP_IRON_WALLS)