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);
|
||||
}
|
||||
|
||||
starterContainer.starterPassiveBgs.setVisible(!!this.scene.gameData.starterData[this.lastSpecies.speciesId].passiveAttr);
|
||||
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue