Bug Closed · Resolved

[MythicLib] Damage Indicator has been shown even though damage is cancelled

#2284 opened by Unknown 4 years ago

Unknownreported this bug

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

[Legacy attachment omitted]

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!

Sign in to join the discussion.