Merge pull request #15929 from S34NW/tgglassfloors

Adds glass floors
This commit is contained in:
variableundefined
2021-08-11 16:08:09 -04:00
committed by GitHub
37 changed files with 479 additions and 396 deletions
+2 -1
View File
@@ -368,7 +368,8 @@ GLOBAL_LIST_EMPTY(safes)
/obj/structure/safe/floor/Initialize()
. = ..()
var/turf/T = loc
hide(T.intact)
if(!T.transparent_floor)
hide(T.intact)
/obj/structure/safe/floor/hide(intact)
invisibility = intact ? INVISIBILITY_MAXIMUM : 0