Mostly fixed up but I have to figure out why cost on actions isn't changing the priority.

This commit is contained in:
Zed A. Shaw 2025-03-31 13:51:27 -04:00
parent 862d8b4d81
commit 52f45e1d45
5 changed files with 17 additions and 29 deletions

View file

@ -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);