Merge pull request #36371 from ShizCalev/false-wall-layer-fix

Fixes false wall layering
This commit is contained in:
oranges
2018-03-17 11:23:47 +13:00
committed by CitadelStationBot
parent 13709a7d34
commit 9f561a6a65
+6 -5
View File
@@ -7,11 +7,7 @@
anchored = TRUE
icon = 'icons/turf/walls/wall.dmi'
icon_state = "wall"
var/mineral = /obj/item/stack/sheet/metal
var/mineral_amount = 2
var/walltype = /turf/closed/wall
var/girder_type = /obj/structure/girder/displaced
var/opening = FALSE
layer = CLOSED_TURF_LAYER
density = TRUE
opacity = 1
max_integrity = 100
@@ -28,6 +24,11 @@
smooth = SMOOTH_TRUE
can_be_unanchored = FALSE
CanAtmosPass = ATMOS_PASS_DENSITY
var/mineral = /obj/item/stack/sheet/metal
var/mineral_amount = 2
var/walltype = /turf/closed/wall
var/girder_type = /obj/structure/girder/displaced
var/opening = FALSE
/obj/structure/falsewall/Initialize()
. = ..()