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")){{