mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-28 00:19:57 +07:00
Bugfixes
This commit is contained in:
parent
ec11e60c7c
commit
8ed83964a2
@ -542,7 +542,7 @@ public class TechTree implements ContentList{
|
||||
}
|
||||
|
||||
public static TechNode node(UnlockableContent content, Seq<Objective> objectives, Runnable children){
|
||||
TechNode node = new TechNode(content, empty, children);
|
||||
TechNode node = new TechNode(content, content.researchRequirements(), children);
|
||||
node.objectives = objectives;
|
||||
return node;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user