[MythicLib] Damage Indicator has been shown even though damage is cancelled
Summary
Describe the bug encountered in detail.
When I try to cancel damage. It works well but damage indicator shows its amount.
Steps to reproduce
When I try to cancel damage. It works well but damage indicator shows its amount.
// This is mob config
Skills:
- skill{s=CancelDamageEvent;sync=true} @self ~onDamaged
- damage{a=200} @self ~onDamaged
- threat{amount=200} @trigger ~onDamaged
// This is CancelDamageEvent's skill config
CancelDamageEvent:
Skills:
- CancelEvent
200 is final damage what I try to set. 169~ is original damage what player takes.
Proposed fixes
I think cancelled damage has not been shown. Because I cancel it!