fix(client): show heal +0 at full HP #83
No reviewers
Labels
No labels
alpha:wave-0
alpha:wave-1
alpha:wave-2
alpha:wave-3
area:assets
area:combat
area:ecology
area:infra
area:render
area:scripting
area:ui
area:world
enhancement
epic
migration
post-alpha
roadmap
tech-debt
type:bug
type:chore
type:design
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
marco/IsoMmo!83
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/heal-full-hp-feedback"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A heal cast at full HP restores 0 HP, but the incantation still completed and spent mana per word — so the player deserves feedback. Previously the client hid the number when the amount was 0, so a full-HP heal looked like nothing happened.
Float the green +N unconditionally (including +0). Server already resolves + broadcasts
Healedat amount 0 (covered byHealSpellTests.Heal_CapsAtMaxHits).Definition of Done