Merge pull request #3473 from Citadel-Station-13/upstream-merge-31809

[MIRROR] Cleans up some istypes not using helpers
This commit is contained in:
LetterJay
2017-10-18 07:37:43 -04:00
committed by GitHub
18 changed files with 26 additions and 24 deletions
+1 -1
View File
@@ -309,7 +309,7 @@
/obj/item/storage/backpack/satchel/flat/secret/Initialize()
. = ..()
if(isfloorturf(loc) && !istype(loc, /turf/open/floor/plating/))
if(isfloorturf(loc) && !isplatingturf(loc))
hide(1)
/obj/item/storage/backpack/satchel/flat/secret/hide(intact)