cireficc/pokemon-arena-android

Custom Battle - number of allowed legendary Pokemon

Closed this issue · 1 comments

Add a custom match option for limiting the amount of legendary Pokemon allowed in a match. Options could be something like:

enum LegendaryAllowed {
    NONE,
    ONE,
    ANY
}

Or something similar.

Closing because we don't have time to do it, and we don't think it's that important.