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

Increase tier 2 tunnel range to 9

This commit is contained in:
tobspr
2020-08-29 23:05:34 +02:00
parent bca379ee89
commit 270f51d9ec
2 changed files with 2 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ export const globalConfig = {
wiresSpeedItemsPerSecond: 6,
undergroundBeltMaxTilesByTier: [5, 8],
undergroundBeltMaxTilesByTier: [5, 9],
readerAnalyzeIntervalSeconds: G_IS_DEV ? 3 : 10,