mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-06 07:29:30 +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_SUPER_RARE
|
||||||
: BiomePoolTier.BOSS_ULTRA_RARE;
|
: BiomePoolTier.BOSS_ULTRA_RARE;
|
||||||
console.log(BiomePoolTier[tier]);
|
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]}`);
|
console.log(`Downgraded rarity tier from ${BiomePoolTier[tier]} to ${BiomePoolTier[tier - 1]}`);
|
||||||
tier--;
|
tier--;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user