Fix floor safe plane (#7648)

This commit is contained in:
Cyantime
2020-09-20 06:51:03 -04:00
committed by GitHub
parent 2c63372a49
commit cfb942a0de

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