From fdfd419009b026b509cd5235b72fe233c98b6a2b Mon Sep 17 00:00:00 2001 From: Heroman Date: Fri, 23 Sep 2022 21:34:49 +1000 Subject: [PATCH] Fixes conk rete walls --- code/game/turfs/simulated/wall_types.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/game/turfs/simulated/wall_types.dm b/code/game/turfs/simulated/wall_types.dm index 29a5da0a9b..53e501faad 100644 --- a/code/game/turfs/simulated/wall_types.dm +++ b/code/game/turfs/simulated/wall_types.dm @@ -79,17 +79,12 @@ . = ..(mapload, "resin",null,"resin") /turf/simulated/wall/concrete - desc = "A wall made out of concrete bricks" - material = MAT_CONCRETE icon_state = "brick" /turf/simulated/wall/concrete/Initialize(mapload) . = ..(mapload, "concrete") //3strong /turf/simulated/wall/r_concrete - desc = "A sturdy wall made of concrete and reinforced with plasteel rebar" - material = MAT_CONCRETE - reinf_material = MAT_PLASTEELREBAR icon_state = "rbrick" /turf/simulated/wall/r_concrete/Initialize(mapload)