From 0b6eda2ac86702608535afd85fc24cc5122f16f9 Mon Sep 17 00:00:00 2001 From: Anuken Date: Wed, 1 Dec 2021 13:58:09 -0500 Subject: [PATCH] Plasma bore beryllium support --- core/src/mindustry/content/Items.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/content/Items.java b/core/src/mindustry/content/Items.java index 146d79b75e..1076c51f04 100644 --- a/core/src/mindustry/content/Items.java +++ b/core/src/mindustry/content/Items.java @@ -92,7 +92,7 @@ public class Items{ }}; beryllium = new Item("beryllium", Color.valueOf("3a8f64")){{ - hardness = 5; + hardness = 4; cost = 1.3f; }};