RitualEngine now uses the crafting results to create a description of the ritual's combat in a RitualAction struct.

This commit is contained in:
Zed A. Shaw 2025-04-24 01:15:49 -04:00
parent 43435509f6
commit a342c53b02
5 changed files with 72 additions and 8 deletions

View file

@ -22,7 +22,7 @@ tracy_build:
meson compile -j 10 -C builddir
test: build
./builddir/runtests
./builddir/runtests "[rituals-finalize]"
run: build test
powershell "cp ./builddir/zedcaster.exe ."