diff options
Diffstat (limited to 'src/weapon.h')
-rw-r--r-- | src/weapon.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |