Research system progress

This commit is contained in:
Anuken
2020-06-19 19:31:14 -04:00
parent 08ac91359b
commit 6bcc103cf7
59 changed files with 393 additions and 415 deletions

View File

@@ -426,7 +426,7 @@ public class PlacementFragment extends Fragment{
}
boolean unlocked(Block block){
return !state.isCampaign() || data.isUnlocked(block);
return block.unlockedNow();
}
boolean hasInfoBox(){