Fix item processors not working

pull/33/head
Tobias Springer 4 years ago
parent effc9514bb
commit f2d49bc2eb

@ -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