Revert "Adds glass floors" (#16524)

This commit is contained in:
variableundefined
2021-08-11 21:18:49 +01:00
committed by GitHub
parent 480677e8e7
commit 517f5e8304
37 changed files with 396 additions and 479 deletions
+1 -2
View File
@@ -368,8 +368,7 @@ GLOBAL_LIST_EMPTY(safes)
/obj/structure/safe/floor/Initialize()
. = ..()
var/turf/T = loc
if(!T.transparent_floor)
hide(T.intact)
hide(T.intact)
/obj/structure/safe/floor/hide(intact)
invisibility = intact ? INVISIBILITY_MAXIMUM : 0