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
@@ -145,6 +145,8 @@
grab_items |= item
if(item.flags & ABSTRACT)
abstract_items |= item
if(HAS_TRAIT(item, TRAIT_SKIP_EXAMINE))
continue
else
var/item_words = item.name
if(item.blood_DNA)