Fix isMoveDisabled missing return

This commit is contained in:
Zach Day 2024-06-10 23:03:57 -04:00
parent 0f6d01e030
commit 91cb62a8f2

View File

@ -2149,6 +2149,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
return true;
}
}
return false;
}
getMoveHistory(): TurnMove[] {