diff --git a/code/game/objects/structures/safe.dm b/code/game/objects/structures/safe.dm index e68fa43640..a9815a4070 100644 --- a/code/game/objects/structures/safe.dm +++ b/code/game/objects/structures/safe.dm @@ -172,7 +172,7 @@ obj/structure/safe/ex_act(severity) icon_state = "floorsafe" density = 0 level = 1 //underfloor - plane = TURF_PLANE + plane = PLATING_PLANE layer = ABOVE_UTILITY /obj/structure/safe/floor/Initialize()