Dylanb-dev / splatoon-calculator

Simple splatoon ability and gear calculator based on angularJS
MIT License
12 stars 5 forks source link

For abilities that are locked to one type of gear, only show gear of that type that has the ability #1

Open jzplusplus opened 9 years ago

jzplusplus commented 9 years ago

Certain abilities are only available on a certain type of gear. When one of these abilities is chosen, the page should not show other options for that part of gear.

For example, "Ninja Squid" is only available on Clothes. If I choose "Ninja Squid" and "Swim Speed Up" there is no reason to display the Clothes options that have "Swim Speed Up" because I could not possibly use them while having "Ninja Squid".

jzplusplus commented 9 years ago

(I will try to submit a pull request for this sometime soon)