Fix item processors not working

pull/30/head
Tobias Springer 4 years ago
parent 8e83e4de80
commit 4adb347339

@ -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]
);

Loading…
Cancel
Save