Made unlocked blocks in campaign reflect host research

This commit is contained in:
Anuken
2024-10-13 22:57:53 -04:00
parent a7c3ce5d8c
commit e2019fd5dc
4 changed files with 7 additions and 4 deletions

View File

@@ -285,6 +285,8 @@ public class UnitFactory extends UnitBlock{
rebuildCommands.run();
//Since the menu gets hidden when a new unit is selected, this is unnecessary.
/*
UnitType[] lastUnit = {unit()};
commands.update(() -> {
@@ -292,7 +294,7 @@ public class UnitFactory extends UnitBlock{
lastUnit[0] = unit();
rebuildCommands.run();
}
});
});*/
table.row();