Attempt to fix merge conflicts
This commit is contained in:
parent
068b0189db
commit
9d5e84dd90
|
@ -6549,7 +6549,7 @@ export class RandomMovesetMoveAttr extends CallMoveAttr {
|
||||||
// includeParty will be true for Assist, false for Sleep Talk
|
// includeParty will be true for Assist, false for Sleep Talk
|
||||||
let allies: Pokemon[];
|
let allies: Pokemon[];
|
||||||
if (this.includeParty) {
|
if (this.includeParty) {
|
||||||
allies = user.isPlayer() ? user.scene.getParty() : user.scene.getEnemyParty();
|
allies = user.isPlayer() ? user.scene.getPlayerParty() : user.scene.getEnemyParty();
|
||||||
} else {
|
} else {
|
||||||
allies = [ user ];
|
allies = [ user ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue