From 8856af468897a97c89424e9765e1e4fb95cd6d11 Mon Sep 17 00:00:00 2001 From: Anuken Date: Sun, 20 Feb 2022 15:35:53 -0500 Subject: [PATCH] always unlock sand --- core/src/mindustry/content/Items.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/mindustry/content/Items.java b/core/src/mindustry/content/Items.java index afe6ffcfeb..aaa452b3c2 100644 --- a/core/src/mindustry/content/Items.java +++ b/core/src/mindustry/content/Items.java @@ -36,6 +36,7 @@ public class Items{ sand = new Item("sand", Color.valueOf("f7cba4")){{ lowPriority = true; + alwaysUnlocked = true; }}; coal = new Item("coal", Color.valueOf("272727")){{