mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
Fix small thing
This commit is contained in:
parent
d34d883fcb
commit
a4106d5b8e
|
|
@ -15563,7 +15563,7 @@ export const Moves: import('../sim/dex-moves').MoveDataTable = {
|
|||
for (const action of this.queue.list as MoveAction[]) {
|
||||
if (!action.pokemon || !action.move || action.maxMove || action.zmove) continue;
|
||||
if (action.move.id === 'round') {
|
||||
this.queue.prioritizeAction(action, move);
|
||||
this.queue.prioritizeAction(action);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user