Changed "level" to "tier" for consistency

pull/459/head
MrYawnie 4 years ago committed by GitHub
parent efffa8940b
commit 68ebf07052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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] + 1),
"Upgrade '" + id + "' is now at tier " + (this.root.hubGoals.upgradeLevels[id] + 1),
enumNotificationType.upgrade
);
}

Loading…
Cancel
Save