This commit is contained in:
Anuken 2021-06-06 13:01:21 -04:00
parent 782c7a9ff3
commit d4f22c4838

View File

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