Make hint.presetLaunch more likely to show up
This commit is contained in:
@@ -177,9 +177,7 @@ public class HintsFragment extends Fragment{
|
|||||||
&& state.rules.defaultTeam.core().items.has(Blocks.coreFoundation.requirements),
|
&& state.rules.defaultTeam.core().items.has(Blocks.coreFoundation.requirements),
|
||||||
() -> ui.hints.placedBlocks.contains(Blocks.coreFoundation)),
|
() -> ui.hints.placedBlocks.contains(Blocks.coreFoundation)),
|
||||||
presetLaunch(() -> state.isCampaign()
|
presetLaunch(() -> state.isCampaign()
|
||||||
&& state.getSector().preset == null
|
&& state.getSector().preset == null,
|
||||||
&& SectorPresets.frozenForest.unlocked()
|
|
||||||
&& SectorPresets.frozenForest.sector.save == null,
|
|
||||||
() -> state.isCampaign() && state.getSector().preset == SectorPresets.frozenForest),
|
() -> state.isCampaign() && state.getSector().preset == SectorPresets.frozenForest),
|
||||||
presetDifficulty(() -> state.isCampaign()
|
presetDifficulty(() -> state.isCampaign()
|
||||||
&& state.getSector().preset == null
|
&& state.getSector().preset == null
|
||||||
|
|||||||
Reference in New Issue
Block a user