From 3632c99f94b762da6c069da10f830f63017dd1c8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 22 Jul 2021 17:47:49 -0400 Subject: Fixed issue with edit command on a creature --- src/creature.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/creature.h') 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> getFeatures(void) const; std::shared_ptr getSpellcasting(void) const; std::vector> getInventory(void) const; -- cgit v1.2.3