• 0.9.16 228c1c667f

    Fix bestiary creatures with zero HP silently failing to add
    CI / check (push) Successful in 2m7s
    CI / build-image (push) Successful in 23s

    dostulata released this 2026-03-30 09:15:38 +02:00 | 32 commits to main since this release

    Bestiary sources like AWM store 0 for unknown HP. Passing maxHp: 0
    into addCombatant triggered domain validation rejection, silently
    dropping the creature. Treat hp: 0 as undefined, matching existing
    ac: 0 handling.

    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

    Downloads