Make hint.presetLaunch more likely to show up

This commit is contained in:
Anuken
2021-09-27 19:02:06 -04:00
parent 13b92519f1
commit f5a2ed900d

View File

@@ -177,9 +177,7 @@ public class HintsFragment extends Fragment{
&& state.rules.defaultTeam.core().items.has(Blocks.coreFoundation.requirements),
() -> ui.hints.placedBlocks.contains(Blocks.coreFoundation)),
presetLaunch(() -> state.isCampaign()
&& state.getSector().preset == null
&& SectorPresets.frozenForest.unlocked()
&& SectorPresets.frozenForest.sector.save == null,
&& state.getSector().preset == null,
() -> state.isCampaign() && state.getSector().preset == SectorPresets.frozenForest),
presetDifficulty(() -> state.isCampaign()
&& state.getSector().preset == null