[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

2021-09-21_18.21.27

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!

Edited Sep 21, 2021 by Baik Gwangin
Assignee Loading
Time tracking Loading