mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 01:25:10 +01:00
Fixes conk rete walls
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user