mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Merge pull request #459 from MrYawnie/patch-1
Match belt/processor etc. level to upgrade tiers
This commit is contained in:
commit
aed8c813c4
@ -105,7 +105,7 @@ export class HUDSandboxController extends BaseHUDPart {
|
||||
this.root.hubGoals.upgradeImprovements[id] = improvement;
|
||||
this.root.signals.upgradePurchased.dispatch(id);
|
||||
this.root.hud.signals.notification.dispatch(
|
||||
"Upgrade '" + id + "' is now at level " + this.root.hubGoals.upgradeLevels[id],
|
||||
"Upgrade '" + id + "' is now at tier " + (this.root.hubGoals.upgradeLevels[id] + 1),
|
||||
enumNotificationType.upgrade
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user