From 6f5bfa1d4715b492648af1b43bfd472a68cf6455 Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 18 Nov 2024 11:40:16 +0000 Subject: [PATCH] - Fixs for Rotom and ursaluna --- ui/workers/gather_encounter_locations.py | 3 +++ ui/workers/gather_pokemon_forms_worker.py | 2 ++ 2 files changed, 5 insertions(+) diff --git a/ui/workers/gather_encounter_locations.py b/ui/workers/gather_encounter_locations.py index 66b16a1..fc0959b 100644 --- a/ui/workers/gather_encounter_locations.py +++ b/ui/workers/gather_encounter_locations.py @@ -398,6 +398,9 @@ class GatherEncountersWorker(QRunnable): if form.lower() in ["plant cloak", "sandy cloak", "trash cloak"] and main_form == None: return True + if form.lower() in ["fan", "frost", "heat", "mow", "wash"] and main_form == None: + return True + if form.lower() in [ "meadow pattern", "archipelago pattern", diff --git a/ui/workers/gather_pokemon_forms_worker.py b/ui/workers/gather_pokemon_forms_worker.py index 01200fb..8e7830d 100644 --- a/ui/workers/gather_pokemon_forms_worker.py +++ b/ui/workers/gather_pokemon_forms_worker.py @@ -191,6 +191,8 @@ class GatherPokemonFormsWorker(QRunnable): generation = 8 elif pokemon_name == "Burmy": gender_relevant = True + if pokemon_name == "Ursaluna" and form_name.lower() == "blood moon": + generation = 9 if gender_relevant or record_genderless_form: pokemon_form = {