mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 16:56:11 +00:00
Fix moveset generation priority reversed
This commit is contained in:
parent
77cf3032cf
commit
563ff21ad4
@ -932,6 +932,8 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
||||
}
|
||||
}
|
||||
|
||||
movePool.reverse();
|
||||
|
||||
const attackMovePool = movePool.filter(m => {
|
||||
const move = allMoves[m];
|
||||
return move.category !== MoveCategory.STATUS;
|
||||
|
Loading…
Reference in New Issue
Block a user