Immediately update the passive background upon unlocking (#3479)

This commit is contained in:
Leo Kim 2024-08-12 11:03:20 +09:00 committed by GitHub
parent 988ec664e9
commit 0f09893091
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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;