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
If Fusion Flare -> Fusion Bolt are used in the same turn by the same Pokemon (e.g. a Smeargle using Instructed Fusion Flare -> Fusion Bolt), the regular Fusion 2x BP multiplier should be applied. Source.
Currently we call .moveUsed() before .useMove(), so the data is overriden and cannot be read on base power calculation.
Suggested fix: Call .moveUsed() after .useMove()
The text was updated successfully, but these errors were encountered:
(Split from Mechanics Mega-Issue for convenience)
Currently we call .moveUsed() before .useMove(), so the data is overriden and cannot be read on base power calculation.
Suggested fix: Call .moveUsed() after .useMove()
The text was updated successfully, but these errors were encountered: