i can see clearly now the plating's gone

This commit is contained in:
S34NW
2021-04-21 22:29:34 +01:00
parent 9a582679f1
commit 11d46098cb
20 changed files with 128 additions and 11 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(!istype(T, /turf/simulated/floor/transparent))
hide(T.intact)
/obj/structure/safe/floor/hide(intact)
invisibility = intact ? INVISIBILITY_MAXIMUM : 0