fix(combat): separate standard attack (single swing) from full attack (iteratives)

This commit is contained in:
2026-08-17 22:49:50 +02:00
parent 5b1957152c
commit 5b8735f001
3 changed files with 57 additions and 11 deletions
+1 -1
View File
@@ -368,7 +368,7 @@ appliquées dans la résolution) :
La gate de validation complète (tests + lint + types) :
```bash
uv run pytest -q # 215 tests
uv run pytest -q # 216 tests
uv run ruff check src tests
uv run basedpyright src # mode strict
```