From f5a2ed900d9c9eabbdf7f72296ea6c1c86826a64 Mon Sep 17 00:00:00 2001 From: Anuken Date: Mon, 27 Sep 2021 19:02:06 -0400 Subject: [PATCH] Make hint.presetLaunch more likely to show up --- core/src/mindustry/ui/fragments/HintsFragment.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/src/mindustry/ui/fragments/HintsFragment.java b/core/src/mindustry/ui/fragments/HintsFragment.java index 05fc098f9d..26992df73d 100644 --- a/core/src/mindustry/ui/fragments/HintsFragment.java +++ b/core/src/mindustry/ui/fragments/HintsFragment.java @@ -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