From fa0527bda514997f436aa93b9034f544e09ba93d Mon Sep 17 00:00:00 2001 From: frutescens Date: Fri, 25 Oct 2024 16:44:51 -0700 Subject: [PATCH] one more instruction --- src/overrides.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/overrides.ts b/src/overrides.ts index db65abfc090..f1ea8dbb01e 100644 --- a/src/overrides.ts +++ b/src/overrides.ts @@ -165,7 +165,7 @@ class DefaultOverrides { // ------------------------- /** 1 to 256, set to null to ignore */ - /** Requirement: STARTING_WAVE_OVERRIDE > 10 && STARTING_BIOME_OVERRIDE !== Biome.TOWN */ + /** Requirement: STARTING_WAVE_OVERRIDE > 10 && STARTING_BIOME_OVERRIDE !== Biome.TOWN && MYSTERY_ENCOUNTER_RATE_OVERRIDE === 256 */ readonly MYSTERY_ENCOUNTER_RATE_OVERRIDE: number | null = null; readonly MYSTERY_ENCOUNTER_TIER_OVERRIDE: MysteryEncounterTier | null = null; readonly MYSTERY_ENCOUNTER_OVERRIDE: MysteryEncounterType | null = null;