mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-05 15:09:26 +02:00
Update arena.ts
This commit is contained in:
parent
b41cbde5f0
commit
416c52f325
@ -145,7 +145,7 @@ export class Arena {
|
||||
? BiomePoolTier.BOSS_SUPER_RARE
|
||||
: BiomePoolTier.BOSS_ULTRA_RARE;
|
||||
console.log(BiomePoolTier[tier]);
|
||||
while (!this.pokemonPool[tier].length) {
|
||||
while (!this.pokemonPool[tier]?.length) {
|
||||
console.log(`Downgraded rarity tier from ${BiomePoolTier[tier]} to ${BiomePoolTier[tier - 1]}`);
|
||||
tier--;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user