Moved logo back over menu

This commit is contained in:
Anuken
2022-09-21 12:42:10 -04:00
parent 4c8c0efd0c
commit e56f207160
3 changed files with 20 additions and 20 deletions

View File

@@ -25,6 +25,7 @@ public class Objectives{
@Override
public String display(){
return Core.bundle.format("requirement.research",
//TODO broken for multi tech nodes.
(content.techNode == null || content.techNode.parent == null || content.techNode.parent.content.unlocked()) && !(content instanceof Item) ?
(content.emoji() + " " + content.localizedName) : "???");
}