From 229e34a16860a9865864d2eed101cbbfd1416a14 Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 18 Feb 2022 15:41:11 -0500 Subject: [PATCH] Higher tier large plasma bore --- core/src/mindustry/content/Blocks.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 2f815b6cf2..178005146b 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -2504,7 +2504,7 @@ public class Blocks{ requirements(Category.production, with(Items.silicon, 100, Items.oxide, 30, Items.beryllium, 100, Items.tungsten, 70)); consumePower(0.8f); drillTime = 120f; - tier = 4; + tier = 5; size = 3; range = 6; laserWidth = 0.7f;