mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-17 05:42:18 +02:00
Merge branch 'main' of github.com:pagefaultgames/pokerogue
This commit is contained in:
commit
0b10b09f98
@ -74,7 +74,7 @@ Check out our [Trello Board](https://trello.com/b/z10B703R/pokerogue-board) to s
|
|||||||
### 🎨 Trainer Portraits
|
### 🎨 Trainer Portraits
|
||||||
- pkmn_realidea (Paid Commissions)
|
- pkmn_realidea (Paid Commissions)
|
||||||
|
|
||||||
### 🎨 Pokemon Sprites
|
### 🎨 Pokemon Sprites and Animation
|
||||||
- GAMEFREAK (Pokémon Black/White 2)
|
- GAMEFREAK (Pokémon Black/White 2)
|
||||||
- Smogon Sprite Project (Various Artists)
|
- Smogon Sprite Project (Various Artists)
|
||||||
- Skyflyer
|
- Skyflyer
|
||||||
@ -100,6 +100,7 @@ Check out our [Trello Board](https://trello.com/b/z10B703R/pokerogue-board) to s
|
|||||||
- bizcoeindoloro
|
- bizcoeindoloro
|
||||||
- mangalos810
|
- mangalos810
|
||||||
- Involuntary-Twitch
|
- Involuntary-Twitch
|
||||||
|
- selstar
|
||||||
|
|
||||||
### 🎨 Move Animations
|
### 🎨 Move Animations
|
||||||
- Pokémon Reborn
|
- Pokémon Reborn
|
||||||
|
@ -1127,7 +1127,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
|||||||
let shinyThreshold = new Utils.IntegerHolder(32);
|
let shinyThreshold = new Utils.IntegerHolder(32);
|
||||||
if (thresholdOverride === undefined) {
|
if (thresholdOverride === undefined) {
|
||||||
if (!this.hasTrainer()) {
|
if (!this.hasTrainer()) {
|
||||||
if (new Date() < new Date('2024-05-21'))
|
if (new Date() < new Date(2024, 4, 21, 20))
|
||||||
shinyThreshold.value *= 3;
|
shinyThreshold.value *= 3;
|
||||||
this.scene.applyModifiers(ShinyRateBoosterModifier, true, shinyThreshold);
|
this.scene.applyModifiers(ShinyRateBoosterModifier, true, shinyThreshold);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user