Fixed #11272
This commit is contained in:
@@ -218,7 +218,7 @@ public class ResearchDialog extends BaseDialog{
|
|||||||
//first, find a planets associated with the current tech tree
|
//first, find a planets associated with the current tech tree
|
||||||
rootPlanets.clear();
|
rootPlanets.clear();
|
||||||
for(var planet : content.planets()){
|
for(var planet : content.planets()){
|
||||||
if(planet.techTree == lastNode){
|
if(planet.techTree == lastNode || lastNode.planet == planet){
|
||||||
rootPlanets.add(planet);
|
rootPlanets.add(planet);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user