pr comments

This commit is contained in:
Matthew Olker 2024-06-10 21:44:10 -04:00
parent 76dbee78c1
commit 5716a40fa6

View File

@ -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);