diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index 07933d660..52378a284 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -1054,7 +1054,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { let shinyThreshold = new Utils.IntegerHolder(32); if (thresholdOverride === undefined) { if (!this.hasTrainer()) { - if (new Date() < new Date('2024-05-12')) + if (new Date() < new Date('2024-05-13')) shinyThreshold.value *= 3; this.scene.applyModifiers(ShinyRateBoosterModifier, true, shinyThreshold); }