Skip to content

Commit

Permalink
clean up trash to treasure encounter
Browse files Browse the repository at this point in the history
  • Loading branch information
ImperialSympathizer committed Aug 1, 2024
1 parent 3030fc6 commit 6c07435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/overrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ class DefaultOverrides {
// -------------------------

// 1 to 256, set to null to ignore
readonly MYSTERY_ENCOUNTER_RATE_OVERRIDE: number = 256;
readonly MYSTERY_ENCOUNTER_RATE_OVERRIDE: number = null;
readonly MYSTERY_ENCOUNTER_TIER_OVERRIDE: MysteryEncounterTier = null;
readonly MYSTERY_ENCOUNTER_OVERRIDE: MysteryEncounterType = MysteryEncounterType.TRASH_TO_TREASURE;
readonly MYSTERY_ENCOUNTER_OVERRIDE: MysteryEncounterType = null;

// -------------------------
// MODIFIER / ITEM OVERRIDES
Expand Down

0 comments on commit 6c07435

Please sign in to comment.