mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 08:22:16 +02:00
pr comments
This commit is contained in:
parent
76dbee78c1
commit
5716a40fa6
@ -409,7 +409,6 @@ export default class EggGachaUiHandler extends MessageUiHandler {
|
||||
for (const tier of tiers) {
|
||||
const eggId = Utils.randInt(EGG_SEED, EGG_SEED * tier);
|
||||
const egg = new Egg(eggId, this.gachaCursor, getEggTierDefaultHatchWaves(tier), timestamp);
|
||||
console.log(egg);
|
||||
if (egg.isManaphyEgg()) {
|
||||
this.scene.gameData.gameStats.manaphyEggsPulled++;
|
||||
egg.hatchWaves = getEggTierDefaultHatchWaves(EggTier.ULTRA);
|
||||
|
Loading…
Reference in New Issue
Block a user