Fix floor safe plane (#7648)

This commit is contained in:
Cyantime
2020-09-20 06:51:03 -04:00
committed by VirgoBot
parent e700936b20
commit 2acf8dcbed

View File

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