Fixes foam layer popping

This commit is contained in:
ShizCalev
2017-10-17 04:23:20 -04:00
parent 8d4a9b832e
commit da131693a4

View File

@@ -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()
. = ..()