Skip to content

Commit

Permalink
[QoL] Low build priority for underground drills
Browse files Browse the repository at this point in the history
  • Loading branch information
Slotterleet committed Apr 25, 2024
1 parent 8614d4d commit 2dc5b88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fos/type/blocks/production/UndergroundDrill.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2dc5b88

Please sign in to comment.