Grover-c13/PokeGOAPI-Java

Support for newly implemented berries in CatchOptions (0.57.2)

Closed this issue · 1 comments

Gegy commented

The current CatchOptions only support razzberries, but should also support usage of pinap and nabab berries.

The current catchOptions shouldn't have support razzberry in the first place...
RazzBerry should be thrown by catchablePokemon.throwrazzBerry() and not by the catchOptions.
Will commit something later today.