violll / pokemonDataTools

0 stars 0 forks source link

Override Dupes Clause #37

Closed violll closed 2 months ago

violll commented 2 months ago

When initializing the GroupData class for updating encounters, added a flags dict. If the honey key is set as true, when update is called, it will check for other routes that have only honey encounters remaining and assign them.

This can be expanded in the future to include other scenarios where dupes clause might want to be avoided.

close #35