[MIRROR] Fixes some heretic bugs (?) [MDB IGNORE] (#23386)

* Fixes some heretic bugs (?) (#77611)

## About The Pull Request

Items worn on a void cloak's suit storage are no longer visible on the
stripping menu.

Heretic influences protect the turf below them from leaving scannable fingerprints.

* Fixes some heretic bugs (?)

---------

Co-authored-by: carlarctg <53100513+carlarctg@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-08-28 23:32:05 +02:00
committed by GitHub
parent ee88c5bcd5
commit 513cbcf3d4
3 changed files with 40 additions and 7 deletions
+1 -1
View File
@@ -351,7 +351,7 @@
continue
var/obj/item/item = item_data.get_item(owner)
if (isnull(item) || (HAS_TRAIT(item, TRAIT_NO_STRIP)))
if (isnull(item) || (HAS_TRAIT(item, TRAIT_NO_STRIP) || (item.item_flags & EXAMINE_SKIP)))
items[strippable_key] = result
continue