Skip to content

Commit

Permalink
fix: game crash with IsaGrabBag BadelineFollower
Browse files Browse the repository at this point in the history
  • Loading branch information
DemoJameson committed Feb 1, 2024
1 parent 211743d commit 405b837
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SpeedrunTool/Source/SaveLoad/SaveLoadAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,7 @@ private static void SupportIsaGrabBag() {

// 解决读档后冲进 DreamSpinner 会被刺死
CloneModTypeFields("IsaGrabBag", "Celeste.Mod.IsaGrabBag.GrabBagModule", "ZipLineState", "playerInstance");
CloneModTypeFields("IsaGrabBag", "Celeste.Mod.IsaGrabBag.BadelineFollower", "booster", "LookForBubble");
}

private static void SupportSpirialisHelper() {
Expand Down

0 comments on commit 405b837

Please sign in to comment.