diff --git a/src/fos/type/blocks/production/UndergroundDrill.java b/src/fos/type/blocks/production/UndergroundDrill.java index 82d639ec..b374cedd 100644 --- a/src/fos/type/blocks/production/UndergroundDrill.java +++ b/src/fos/type/blocks/production/UndergroundDrill.java @@ -22,6 +22,7 @@ public class UndergroundDrill extends Drill { public UndergroundDrill(String name){ super(name); drillTime = 360f; + schematicPriority = -5; // build last to ensure ore detectors are built beforehand } //placeable on drill bases or replaceable by other underground drills