mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 06:52:16 +02:00
Apply Biome
This commit is contained in:
parent
dd332e9a9f
commit
448255a93f
@ -65,12 +65,12 @@ export class MoveHelper extends GameManagerHelper {
|
||||
if (movePosition === -1) {
|
||||
expect.fail(
|
||||
`MoveHelper.select called with move '${toReadableString(MoveId[move])}' not in moveset!` +
|
||||
`\nBattler Index: ${toReadableString(BattlerIndex[pkmIndex])}` +
|
||||
`\nMoveset: [${this.game.scene
|
||||
.getPlayerParty()
|
||||
[pkmIndex].getMoveset()
|
||||
.map(pm => toReadableString(MoveId[pm.moveId]))
|
||||
.join(", ")}]`,
|
||||
`\nBattler Index: ${toReadableString(BattlerIndex[pkmIndex])}` +
|
||||
`\nMoveset: [${this.game.scene
|
||||
.getPlayerParty()
|
||||
[pkmIndex].getMoveset()
|
||||
.map(pm => toReadableString(MoveId[pm.moveId]))
|
||||
.join(", ")}]`,
|
||||
);
|
||||
}
|
||||
|
||||
@ -109,12 +109,12 @@ export class MoveHelper extends GameManagerHelper {
|
||||
if (movePosition === -1) {
|
||||
expect.fail(
|
||||
`MoveHelper.selectWithTera called with move '${toReadableString(MoveId[move])}' not in moveset!` +
|
||||
`\nBattler Index: ${toReadableString(BattlerIndex[pkmIndex])}` +
|
||||
`\nMoveset: [${this.game.scene
|
||||
.getPlayerParty()
|
||||
[pkmIndex].getMoveset()
|
||||
.map(pm => toReadableString(MoveId[pm.moveId]))
|
||||
.join(", ")}]`,
|
||||
`\nBattler Index: ${toReadableString(BattlerIndex[pkmIndex])}` +
|
||||
`\nMoveset: [${this.game.scene
|
||||
.getPlayerParty()
|
||||
[pkmIndex].getMoveset()
|
||||
.map(pm => toReadableString(MoveId[pm.moveId]))
|
||||
.join(", ")}]`,
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user