Skip to content

Commit

Permalink
feat: disable dream warp particles
Browse files Browse the repository at this point in the history
  • Loading branch information
Clazex committed Feb 11, 2023
1 parent 5ba56d7 commit f4f11fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GodSeekerPlus/Modules/QoL/FastDreamWarp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ private void ModifyDreamNailFSM(PlayMakerFSM fsm) {
shouldIntercept = () => Loaded && BossSceneController.IsBossScene
});

fsm.GetAction("Warp End", 8).Enabled = false;

fsm.AddAction("Warp End", new InvokePredicate(() => Loaded && BossSceneController.IsBossScene) {
trueEvent = FsmEvent.Finished
});
Expand Down

0 comments on commit f4f11fd

Please sign in to comment.