From 2acf8dcbed4c853223f840537d8be6fbf9ff3ff3 Mon Sep 17 00:00:00 2001 From: Cyantime Date: Sun, 20 Sep 2020 06:51:03 -0400 Subject: [PATCH] Fix floor safe plane (#7648) --- code/game/objects/structures/safe.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()