Fix otherAutomatorPoints path in AutomatorPointsList

This commit is contained in:
Andrei Andreev 2023-06-11 19:56:10 +02:00 committed by Andrei Andreev
parent e024cd1093
commit e12f845087

View File

@ -12,7 +12,7 @@ export default {
fromUpgrades: () => AutomatorPoints.pointsFromUpgrades,
perkSources: () => AutomatorPoints.perks,
upgradeSources: () => AutomatorPoints.upgrades,
otherSources: () => GameDatabase.reality.otherAutomatorPoints,
otherSources: () => GameDatabase.reality.automator.otherAutomatorPoints,
automatorInterval: () => AutomatorBackend.currentInterval,
},
methods: {