diff --git a/code/game/objects/structures/fluff.dm b/code/game/objects/structures/fluff.dm index 66bb8d1ab23..84a26cfc127 100644 --- a/code/game/objects/structures/fluff.dm +++ b/code/game/objects/structures/fluff.dm @@ -192,10 +192,11 @@ desc = "A towering link of chains leading up to the ceiling." icon = 'icons/effects/32x96.dmi' icon_state = "chain" - layer = ABOVE_OBJ_LAYER anchored = TRUE density = TRUE deconstructible = FALSE + layer = ABOVE_ALL_MOB_LAYER + plane = ABOVE_GAME_PLANE /obj/structure/fluff/beach_towel name = "beach towel"