From 38e33d8756a5b652965be8ada478b5c4238b857c Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 18 May 2021 16:26:49 -0400 Subject: Added spellcasting command --- 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 c6697ce..b2a01e6 100644 --- a/src/creature.h +++ b/src/creature.h @@ -85,6 +85,7 @@ namespace creature { void setProfLevel(const rules::Skill& skill, int level); void setProficiency(int p) {prof = p;} void addInventoryItem(std::shared_ptr item); + void addSpellcasting(void); void addSpell(std::shared_ptr spell); void removeSpell(std::shared_ptr spell); void removeInventoryItem(std::shared_ptr item); -- cgit v1.2.3