From d8d1056af0383f0ef67c6d70d1594bcb430d7281 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 23 Dec 2021 20:43:29 -0500 Subject: Fixed handling of ability override --- src/weapon.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/weapon.h') diff --git a/src/weapon.h b/src/weapon.h index 707edd9..fc58262 100644 --- a/src/weapon.h +++ b/src/weapon.h @@ -38,6 +38,9 @@ namespace entry { int getCost(void) const; double getWeight(void) const; + int getToHitBonus(const creature::Creature& c) const; + int getDamageBonus(const creature::Creature& c) const; + virtual std::string getText() const override; virtual std::string getText(const creature::Creature& c) const override; -- cgit v1.2.3