Merge pull request #31838 from ShizCalev/foam-layer-fix

Fixes foam layer popping
This commit is contained in:
Leo
2017-10-18 08:16:32 -02:00
committed by CitadelStationBot
parent 7f9d13ab42
commit 3894b463bf
@@ -11,7 +11,7 @@
opacity = 0
anchored = TRUE
density = FALSE
layer = WALL_OBJ_LAYER
layer = EDGED_TURF_LAYER
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
var/amount = 3
animate_movement = 0
@@ -216,6 +216,7 @@
density = TRUE
opacity = 1 // changed in New()
anchored = TRUE
layer = EDGED_TURF_LAYER
resistance_flags = FIRE_PROOF | ACID_PROOF
name = "foamed metal"
desc = "A lightweight foamed metal wall."
@@ -265,7 +266,6 @@
icon_state = "atmos_resin"
alpha = 120
max_integrity = 10
layer = EDGED_TURF_LAYER
/obj/structure/foamedmetal/resin/Initialize()
. = ..()