You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens when CriticalAttack is proceed correctly but the effect is not shown. It is because StateUI is written as static. Every param is fixed when it is generated and can never change.
Possible solution
Let StateUI hold a Cmd : Simple and clear. But do we have to? And.. why not?
The text was updated successfully, but these errors were encountered:
Issue
StateUI
is generated with aCmd
Cmd
is updated (e.g. byOnCmdEventEffect
)StateUI
does its work without Cmd changesThis happens when CriticalAttack is proceed correctly but the effect is not shown. It is because
StateUI
is written as static. Every param is fixed when it is generated and can never change.Possible solution
StateUI
hold aCmd
: Simple and clear. But do we have to? And.. why not?The text was updated successfully, but these errors were encountered: