1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

back to "stock"

This commit is contained in:
Mr.Yawnie 2020-07-12 00:36:32 +10:00
parent 1e4c92848b
commit 57844e9f15
3 changed files with 3 additions and 7 deletions

View File

@ -72,7 +72,7 @@ export const globalConfig = {
painterQuad: 1 / 8,
mixer: 1 / 5,
stacker: 1 / 6,
advancedProcessor: 1 / 8,
advancedProcessor: 1 / 3,
},
// Zooming

View File

@ -443,11 +443,7 @@ export class HubGoals extends BasicSerializableObject {
);
}
case enumItemProcessorTypes.advancedProcessor: {
return (
globalConfig.beltSpeedItemsPerSecond *
this.upgradeImprovements.processors *
globalConfig.buildingSpeeds[processorType]
);
return globalConfig.beltSpeedItemsPerSecond * globalConfig.buildingSpeeds[processorType];
}
default:
assertAlways(false, "invalid processor type: " + processorType);

View File

@ -303,7 +303,7 @@ ingame:
green: Green
blue: Blue
yellow: Yellow
purple: Magenta
purple: Purple
cyan: Cyan
white: White
black: Black