diff --git a/src/js/game/hub_goals.js b/src/js/game/hub_goals.js index 30bced0f..a39e0a47 100644 --- a/src/js/game/hub_goals.js +++ b/src/js/game/hub_goals.js @@ -319,7 +319,7 @@ export class HubGoals extends BasicSerializableObject { case enumItemProcessorTypes.painter: return ( (1 / globalConfig.beltSpeedItemsPerSecond) * - this.upgradeImprovements.processor * + this.upgradeImprovements.processors * globalConfig.buildingSpeeds[processorType] );