The current state:
For example in this picture you can see Light and Electric have the same count, but only Light is the active synergy.
In the code Electric is in the pool of topSynergies and therefore also fishes for electric pokemon.
Fix:
the computing of how the top synergies are calculated was changed so only ACTIVE synergies should be counted.
The current state: For example in this picture you can see Light and Electric have the same count, but only Light is the active synergy. In the code Electric is in the pool of topSynergies and therefore also fishes for electric pokemon.
Fix: the computing of how the top synergies are calculated was changed so only ACTIVE synergies should be counted.