Phantom5800 / pmr-tracker

Web based tracker for Paper Mario Randomizer
MIT License
6 stars 12 forks source link

Update map logic to account for new "Required Seeds" setting #60

Closed Phantom5800 closed 2 years ago

Phantom5800 commented 2 years ago

Flower Fields now allows a variable amount of seeds to open, this has been partially accounted for in the seeds_required_setting branch, but the map logic still needs to be updated.

Phantom5800 commented 2 years ago

I think the best way to handle this is break out "chapter 6 access" as it's own logic check so as not to bloat the html way more than it already is

Phantom5800 commented 2 years ago

https://github.com/Phantom5800/pmr-tracker/pull/61