You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bug was brought up on the bug report thread on the forums (relevant links/clips included in post). According to the game, Mirror Herb should activate only after Throat Spray activates, which activates only after Clangorous Soul is used. Currently, Mirror Herb activates right after detecting the boost from Clangorous Soul.
I'm new but I'm interested in contributing to this repository and would like to work on this! All credit to the original poster Churroshu for identifying the bug though.
A possible solution would be, within the code for Mirror Herb, check if the opponent has an item that would activate after the move it just used, was used. If so, then don't execute the rest of the function.
The text was updated successfully, but these errors were encountered:
A bug was brought up on the bug report thread on the forums (relevant links/clips included in post). According to the game, Mirror Herb should activate only after Throat Spray activates, which activates only after Clangorous Soul is used. Currently, Mirror Herb activates right after detecting the boost from Clangorous Soul.
I'm new but I'm interested in contributing to this repository and would like to work on this! All credit to the original poster Churroshu for identifying the bug though.
A possible solution would be, within the code for Mirror Herb, check if the opponent has an item that would activate after the move it just used, was used. If so, then don't execute the rest of the function.
The text was updated successfully, but these errors were encountered: