diff --git a/core/assets/bundles/bundle.properties b/core/assets/bundles/bundle.properties index 7b0243b2bc..3ca0ded4d0 100644 --- a/core/assets/bundles/bundle.properties +++ b/core/assets/bundles/bundle.properties @@ -420,6 +420,7 @@ blocks.speedincrease = Speed Increase blocks.range = Range blocks.drilltier = Drillables blocks.drillspeed = Base Drill Speed +blocks.drilltierreq = Better Drill Required blocks.boosteffect = Boost Effect blocks.maxunits = Max Active Units blocks.health = Health diff --git a/core/src/io/anuke/mindustry/content/Blocks.java b/core/src/io/anuke/mindustry/content/Blocks.java index cc2ceff7d1..4437af136a 100644 --- a/core/src/io/anuke/mindustry/content/Blocks.java +++ b/core/src/io/anuke/mindustry/content/Blocks.java @@ -1140,7 +1140,7 @@ public class Blocks implements ContentList{ pneumaticDrill = new Drill("pneumatic-drill"){{ requirements(Category.production, ItemStack.with(Items.copper, 35, Items.graphite, 15)); tier = 3; - drillTime = 480; + drillTime = 400; size = 2; drawMineItem = true; consumes.liquid(Liquids.water, 0.06f).boost(); @@ -1161,7 +1161,7 @@ public class Blocks implements ContentList{ blastDrill = new Drill("blast-drill"){{ requirements(Category.production, ItemStack.with(Items.copper, 130, Items.silicon, 120, Items.titanium, 100, Items.thorium, 150)); - drillTime = 270; + drillTime = 280; size = 4; drawRim = true; hasPower = true; diff --git a/core/src/io/anuke/mindustry/ui/fragments/LoadingFragment.java b/core/src/io/anuke/mindustry/ui/fragments/LoadingFragment.java index 4fc4d67064..688a542ccc 100644 --- a/core/src/io/anuke/mindustry/ui/fragments/LoadingFragment.java +++ b/core/src/io/anuke/mindustry/ui/fragments/LoadingFragment.java @@ -43,6 +43,7 @@ public class LoadingFragment extends Fragment{ } public void show(String text){ + table.touchable(Touchable.enabled); table.