Lower surge tower schem priority (#5277)

The priority of surge towers is now -15 (default for power nodes is -10). Schems with surge towers will often see them automatically connected to random buildings only a couple tiles away which are already in range of other nodes, the hope here is that this fixes that.
This commit is contained in:
buthed010203
2021-05-20 12:33:40 -04:00
committed by GitHub
parent db897d037d
commit be71664436

View File

@@ -1124,6 +1124,7 @@ public class Blocks implements ContentList{
size = 2;
maxNodes = 2;
laserRange = 40f;
schematicPriority = -15;
}};
diode = new PowerDiode("diode"){{