summaryrefslogtreecommitdiff
path: root/src/resources/itemdb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/itemdb.cpp')
-rw-r--r--src/resources/itemdb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/itemdb.cpp b/src/resources/itemdb.cpp
index 95fdae2f..4db7b085 100644
--- a/src/resources/itemdb.cpp
+++ b/src/resources/itemdb.cpp
@@ -355,6 +355,7 @@ void TaItemDB::load()
// Everything not unusable or usable is equippable by the Ta type system.
itemInfo->mEquippable = itemInfo->mType != ITEM_UNUSABLE
&& itemInfo->mType != ITEM_USABLE;
+ itemInfo->mActivatable = itemInfo->mType == ITEM_USABLE;
// Load nano description
std::vector<std::string> effect;