mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-26 19:42:42 +02:00
Immediately update the passive background upon unlocking (#3479)
This commit is contained in:
parent
988ec664e9
commit
0f09893091
@ -1629,6 +1629,8 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
|
|||||||
this.setUpgradeAnimation(starterContainer.icon, this.lastSpecies, true);
|
this.setUpgradeAnimation(starterContainer.icon, this.lastSpecies, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
starterContainer.starterPassiveBgs.setVisible(!!this.scene.gameData.starterData[this.lastSpecies.speciesId].passiveAttr);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user