HHSProgrammingClub / smash-my-buttons

Le all-purpose AI Fighting Game and possible eSport if everything goes better than expected lol
GNU General Public License v3.0
4 stars 1 forks source link

Character State Stack Stuff — Auto-attacking #34

Closed lgtyqz closed 5 years ago

lgtyqz commented 5 years ago

So what happens is when a character attacks, if their move is interrupted by an opponent's attack before they use it, when the character is out of hitstun, they will automatically use the attack they just tried to use.

This can be problematic with, for example, Jack's telemarketing, because if interrupted, the telemarketing attack would play over again and give Jack no time to recover. Same goes for other long attacks, such as Birb's smash and Cam's tilt.

le-birb commented 5 years ago

auto-attacking is a really bad description of what was happening here