mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
[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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user