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);