Add Key Item tag and restrict it from being used/thrown/dropped

This commit is contained in:
2026-06-09 01:39:00 -07:00
parent fa248e5ba1
commit e889709a91
4 changed files with 7 additions and 6 deletions
@@ -23,5 +23,6 @@ public enum ItemTag
UseAllItems,
GlueOnEquip,
BreaksOnUnequip,
ContainsJewel
ContainsJewel,
KeyItem
}