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,
|
||||
TrainerSlot.TRAINER,
|
||||
isBoss,
|
||||
false,
|
||||
true,
|
||||
dataSource,
|
||||
);
|
||||
} else {
|
||||
@ -252,7 +252,7 @@ export async function initBattleWithEnemyConfig(partyConfig: EnemyPartyConfig):
|
||||
level,
|
||||
TrainerSlot.NONE,
|
||||
isBoss,
|
||||
false,
|
||||
true,
|
||||
dataSource,
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user