Skip to content

Commit

Permalink
Merge pull request #65 from CommunalHelper/misc-fix
Browse files Browse the repository at this point in the history
actually fix timestop persisting thru level exit
  • Loading branch information
vitellaryjr authored Sep 5, 2024
2 parents 8b25ab5 + 1318733 commit 6d4ff35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/VitModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ private void Level_End(On.Celeste.Level.orig_End orig, Level self)
TimeCrystal.stopTimer = 0f;
TimeCrystal.stopStage = 0;
timeStopScaleTimer = 0f;
useTimeStopDelta = false;
CoyoteBounceTrigger.CoyoteTriggerInside = null;
orig(self);
}
Expand Down

0 comments on commit 6d4ff35

Please sign in to comment.