mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-10 10:22:18 +02:00
Fix isMoveDisabled missing return
This commit is contained in:
parent
0f6d01e030
commit
91cb62a8f2
@ -2149,6 +2149,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
getMoveHistory(): TurnMove[] {
|
||||
|
Loading…
Reference in New Issue
Block a user