aboutsummaryrefslogtreecommitdiff
path: root/src/creature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/creature.h')
-rw-r--r--src/creature.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/creature.h b/src/creature.h
index c343482..2424084 100644
--- a/src/creature.h
+++ b/src/creature.h
@@ -66,6 +66,7 @@ namespace creature {
int getScore(const rules::Ability& ability) const;
int getBonus(const rules::Ability& ability) const;
int getProficiency(void) const;
+ int getInitiative(void) const;
std::vector<std::shared_ptr<entry::Feature>> getFeatures(void) const;
std::shared_ptr<entry::Spellcasting> getSpellcasting(void) const;
std::vector<std::shared_ptr<entry::Item>> getInventory(void) const;