You can now craft a single ritual from the blanket.

This commit is contained in:
Zed A. Shaw 2025-04-26 02:51:13 -04:00
parent 292711f91f
commit c8a8d2b1af
6 changed files with 27 additions and 7 deletions

View file

@ -72,7 +72,7 @@ TEST_CASE("blanket can be finalized for the end result", "[rituals]") {
TEST_CASE("the ritual belt works", "[rituals-belt]") {
RitualBelt the_belt;
RitualEngine re("assets/rituals.json");
RitualEngine re;
auto blanket = re.start();
re.set_state(blanket, "has_magick", true);