mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 22:32:32 +02:00
Locking shiny in mystery encounters for trainers
This commit is contained in:
parent
f9cfa36ea2
commit
21d4245b75
@ -227,7 +227,7 @@ export async function initBattleWithEnemyConfig(partyConfig: EnemyPartyConfig):
|
|||||||
level,
|
level,
|
||||||
TrainerSlot.TRAINER,
|
TrainerSlot.TRAINER,
|
||||||
isBoss,
|
isBoss,
|
||||||
false,
|
true,
|
||||||
dataSource,
|
dataSource,
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
@ -252,7 +252,7 @@ export async function initBattleWithEnemyConfig(partyConfig: EnemyPartyConfig):
|
|||||||
level,
|
level,
|
||||||
TrainerSlot.NONE,
|
TrainerSlot.NONE,
|
||||||
isBoss,
|
isBoss,
|
||||||
false,
|
true,
|
||||||
dataSource,
|
dataSource,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user