Fix debug option being enabled by default

pull/1449/head
tobspr 2 years ago
parent 8c5e593ceb
commit 773609a2e2

@ -287,7 +287,6 @@ export class HubGoals extends BasicSerializableObject {
* @param {string} upgradeId
*/
canUnlockUpgrade(upgradeId) {
return true;
const tiers = this.root.gameMode.getUpgrades()[upgradeId];
const currentLevel = this.getUpgradeLevel(upgradeId);

Loading…
Cancel
Save