diff options
author | Your Name <you@example.com> | 2021-07-22 17:47:49 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-07-22 17:47:49 -0400 |
commit | 3632c99f94b762da6c069da10f830f63017dd1c8 (patch) | |
tree | 9be0604c3d8b2d5e7d6531ef772ae25b4700118d /src/creature.h | |
parent | 01293baa64fa905c5763020bd6c0b4903d41fc78 (diff) | |
download | dmtool-3632c99f94b762da6c069da10f830f63017dd1c8.tar.gz dmtool-3632c99f94b762da6c069da10f830f63017dd1c8.tar.bz2 dmtool-3632c99f94b762da6c069da10f830f63017dd1c8.zip |
Fixed issue with edit command on a creature
Diffstat (limited to 'src/creature.h')
-rw-r--r-- | src/creature.h | 1 |
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; |