Skip to content
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

Double jabs hit #97

Open
altf4 opened this issue Sep 26, 2017 · 0 comments
Open

Double jabs hit #97

altf4 opened this issue Sep 26, 2017 · 0 comments
Labels

Comments

@altf4
Copy link
Owner

altf4 commented Sep 26, 2017

Characters that have a quick double jab (such as Falcon) land a hit against SmashBot. This happens because the shielding logic sees only one hitbox for Jab #1, so it doesn't hold shield. But then the punish routine also recognizes that there aren't enough cooldown frames to punish it, if it's been spaced correctly, so no punish occurs. By the time the second jab comes out, SmashBot is in shield release, and gets hit.

@altf4 altf4 added the bug label Sep 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant