Browse Source

- Pichu's data is bad and isn't falgged as a bay on its own page.

plan_generation
Dan 1 year ago
parent
commit
a4ee4e6810
  1. 3
      ui/workers/gather_evolutions_worker.py

3
ui/workers/gather_evolutions_worker.py

@ -158,6 +158,9 @@ class GatherEvolutions(QRunnable):
flower_form = flower_form.replace("Male", "").replace("male", "").strip()
fix_form(evolution_tree, flower_form)
if evolution_tree["pokemon"] == "Pichu":
evolution_tree["is_baby"] = True
cache.set(cache_record_name, evolution_tree)
return evolution_tree

Loading…
Cancel
Save