You can now craft a single ritual from the blanket.
This commit is contained in:
parent
292711f91f
commit
c8a8d2b1af
6 changed files with 27 additions and 7 deletions
|
@ -51,7 +51,7 @@ namespace combat {
|
|||
std::unordered_map<std::string, ai::State> $states;
|
||||
std::unordered_map<std::string, std::vector<ai::Action>> $scripts;
|
||||
|
||||
RitualEngine(std::string config_path);
|
||||
RitualEngine(std::string config_path="assets/rituals.json");
|
||||
|
||||
ai::State load_state(std::string name);
|
||||
ai::Action load_action(std::string name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue