From d4f22c48380ad324dab5d5fc47e3bb48c7350058 Mon Sep 17 00:00:00 2001 From: Anuken Date: Sun, 6 Jun 2021 13:01:21 -0400 Subject: [PATCH] Icon fix --- core/src/mindustry/ctype/UnlockableContent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/ctype/UnlockableContent.java b/core/src/mindustry/ctype/UnlockableContent.java index 749477f330..c28496bb81 100644 --- a/core/src/mindustry/ctype/UnlockableContent.java +++ b/core/src/mindustry/ctype/UnlockableContent.java @@ -50,8 +50,8 @@ public abstract class UnlockableContent extends MappableContent{ fullIcon = Core.atlas.find(getContentType().name() + "-" + name + "-full", Core.atlas.find(name + "-full", - Core.atlas.find(getContentType().name() + "-" + name, Core.atlas.find(name, + Core.atlas.find(getContentType().name() + "-" + name, Core.atlas.find(name + "1"))))); uiIcon = Core.atlas.find(getContentType().name() + "-" + name + "-ui", fullIcon);