This commit is contained in:
Dean 2024-12-27 15:22:26 -08:00
parent 71d5d23dcd
commit ccf704d97d
1 changed files with 1 additions and 0 deletions

View File

@ -7680,6 +7680,7 @@ export class ForceLastAttr extends MoveEffectAttr {
return true;
}
}
/** Returns whether a {@linkcode MovePhase} has been forced last and the corresponding pokemon is slower than {@linkcode target} */
const phaseForcedSlower = (phase: MovePhase, target: Pokemon, trickRoom: boolean): boolean => {
let slower: boolean;