Now also combat works no matter what's on the ground. Closes #81.

This commit is contained in:
Zed A. Shaw 2025-08-09 00:13:38 -04:00
parent f84b63f0e6
commit 05d54ff661
5 changed files with 19 additions and 23 deletions

View file

@ -37,7 +37,7 @@ tracy_build:
meson compile -j 10 -C builddir
test: asset_build build
./builddir/runtests
./builddir/runtests "[spatialmap-neighbors]"
run: build test
ifeq '$(OS)' 'Windows_NT'