Adds 2 item traits (heretic requirements) (#27680)

* skipping out on some work later

* update comment
This commit is contained in:
Qwertytoforty
2024-12-31 23:38:44 -05:00
committed by GitHub
parent 08c2af953a
commit d1409caaf2
5 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -318,7 +318,7 @@
var/list/result
var/obj/item/item = item_data.get_item(owner)
if(item && (item.flags & ABSTRACT))
if(item && (item.flags & ABSTRACT || HAS_TRAIT(item, TRAIT_NO_STRIP) || HAS_TRAIT(item, TRAIT_SKIP_EXAMINE)))
items[strippable_key] = result
continue