1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Give more blueprint shapes in sandbox controller, create wire network even if it consists of tunnels only

This commit is contained in:
tobspr
2020-08-15 23:19:55 +02:00
parent d4cbb5b124
commit 1dfb5f7476
2 changed files with 4 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ export class HUDSandboxController extends BaseHUDPart {
if (!this.root.hubGoals.storedShapes[blueprintShape]) {
this.root.hubGoals.storedShapes[blueprintShape] = 0;
}
this.root.hubGoals.storedShapes[blueprintShape] += 1e4;
this.root.hubGoals.storedShapes[blueprintShape] += 1e9;
}
maxOutAll() {