mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-08 01:12:17 +02:00
ribbons increment correctly
This commit is contained in:
parent
8845b26ec5
commit
36943bfb4d
@ -1087,7 +1087,7 @@ export class GameData {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(this.starterData[speciesIdToIncrement].winCount === 0 || !this.starterData[speciesIdToIncrement].winCount)
|
if(this.starterData[speciesIdToIncrement].winCount === 0 || !this.starterData[speciesIdToIncrement].winCount)
|
||||||
this.scene.gameData.gameStats.ribbonsOwned = 100;
|
this.scene.gameData.gameStats.ribbonsOwned++;
|
||||||
|
|
||||||
const ribbonsInStats: integer = this.scene.gameData.gameStats.ribbonsOwned;
|
const ribbonsInStats: integer = this.scene.gameData.gameStats.ribbonsOwned;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user