-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Phantom/Shadow Force interaction with Minimize
Fixes #4830
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
87a1542
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this all gens? If not, we may need to update past gens?
87a1542
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Zarel this is only from Gen7 onwards that it shouldn't deal double against minimized targets
87a1542
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, before Gen VI it didn't bypass accuracy or deal double damage either for Shadow Force (Phantom Force being a Gen VI move). Basically, there should be a special case for Gen VI only, where these two moves do bypass accuracy and deal double damage.
87a1542
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only changes necessary were in this file, because Gen 6 already had Minimize overriding this for the Heavy Slam difference, and the Phantom/Shadow Force descriptions were already different because Baneful Bunker didn't exist.