diff options
Diffstat (limited to 'src/being/playerinfo.cpp')
-rw-r--r-- | src/being/playerinfo.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being/playerinfo.cpp b/src/being/playerinfo.cpp index ecd83ad40..dbffe8b3e 100644 --- a/src/being/playerinfo.cpp +++ b/src/being/playerinfo.cpp @@ -276,7 +276,8 @@ void useEquipItem(const Item *const item, const Sfx sfx) if (item) { #ifdef EATHENA_SUPPORT - if (item->getType() == ItemType::CARD) + // IT_CARD + if (item->getType() == 6) { if (mProtectedItems.find(item->getId()) == mProtectedItems.end()) { |