Mostly fixed up but I have to figure out why cost on actions isn't changing the priority.
This commit is contained in:
parent
862d8b4d81
commit
52f45e1d45
5 changed files with 17 additions and 29 deletions
|
@ -27,10 +27,10 @@ TEST_CASE("RitualEngine basic tests", "[rituals]") {
|
|||
|
||||
fmt::println("\n\n------------ TEST WILL DO MAGICK TOO");
|
||||
ritual.dump();
|
||||
REQUIRE(ritual.will_do("pierce_type"));
|
||||
REQUIRE(ritual.will_do("magick_type"));
|
||||
|
||||
ritual.pop();
|
||||
REQUIRE(ritual.will_do("magick_type"));
|
||||
REQUIRE(ritual.will_do("pierce_type"));
|
||||
|
||||
re.reset(ritual);
|
||||
re.set_state(ritual, "has_magick", true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue