-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed Bad Dream's ability popup message #2430
Fixed Bad Dream's ability popup message #2430
Conversation
This shouldn't need to loop through all battlers, it's called in a while loop that already does that (see
This should be checking the opposite battler and the opposite battler's ally, instead of the opposite battler and the battler that has Bad Dreams:
It definitely needs the |
It needs to loop through all of them because it should also affect allies.
|
The battle script also has a loop though, and it uses Wouldn't this be a good chance to optimize the code for Bad Dreams' effect? 👀 |
Yeah, the battle script already loops and so does The changes to that |
Going to confirm if Bad Dreams affect allies or not, one sec. |
Description
Fixes #2429
Discord contact info
AsparagusEduardo#6051