aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/item.h')
-rw-r--r--engines/xeen/item.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/xeen/item.h b/engines/xeen/item.h
index a37e6597b0..0fcfa92f44 100644
--- a/engines/xeen/item.h
+++ b/engines/xeen/item.h
@@ -205,6 +205,11 @@ public:
* Enchants a weapon
*/
virtual void enchantItem(int itemIndex, int amount);
+
+ /**
+ * Returns true if the character has an Elder weapon in Swords of Xeen
+ */
+ bool hasElderWeapon() const;
};
class ArmorItems : public InventoryItems {