RSDKModding / Sonic-Mania-Decompilation

A complete decompilation of Sonic Mania (2017)
Other
632 stars 116 forks source link

Fix invalid Super form collisions #215

Closed Mefiresu closed 1 year ago

Mefiresu commented 1 year ago

Turns out multiple entities actually ignore the invincibilityTimer:

Instead of doing the Silver Sonic workaround for Player_CheckAttacking, this commit creates a second function that specifically ignores invincibilityTimer.

Fixes #211.