Loreinator / Shuffle-Move

Program to help choose moves in the Pokemon Shuffle puzzle game
GNU General Public License v3.0
95 stars 18 forks source link

Eject now removes metal blocks #144

Closed Manitary closed 8 years ago

Manitary commented 8 years ago

As the title says: ejectbug

If needed, the bug report can be found here.

Manitary commented 8 years ago

Since it also eject rocks, but not barriers, maybe you just need to add

nonSupportSpecies.remove(Species.WOOD); nonSupportSpecies.remove(Species.METAL);

as in this commit?