Skip to content

Commit 38f6e32

Browse files
authored
Merge pull request #7 from CommunalHelper/bigkahuna443/shadow-dash-fix
Fix shadow dash invincibility ending early
2 parents 9ceda2d + f90fb55 commit 38f6e32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Code/Entities/ShadowDashRefill.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ private static void shadowDashBegin(On.Celeste.Player.orig_DashBegin orig, Playe
212212
if (CherryHelper.Session.HasShadowDash)
213213
{
214214
CherryHelper.Session.ShadowDashActive = true;
215+
shadowEndDelayCoroutine?.Cancel();
215216
shadowEndDelayCoroutine?.RemoveSelf();
216217
}
217218
CherryHelper.Session.HasShadowDash = false;

0 commit comments

Comments
 (0)