Skip to content

Commit

Permalink
fix: skip start state for instant dream warp
Browse files Browse the repository at this point in the history
  • Loading branch information
royitaqi authored and Clazex committed Jan 26, 2023
1 parent 4879ec9 commit f03960d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GodSeekerPlus/Modules/QoL/FastDreamWarp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ private void ModifyDreamNailFSM(On.PlayMakerFSM.orig_Start orig, PlayMakerFSM se

private static void ModifyDreamNailFSM(PlayMakerFSM fsm) {
fsm.Intercept(new TransitionInterceptor() {
fromState = "Start",
fromState = "Take Control",
eventName = FsmEvent.Finished.Name,
toStateDefault = "Entry Cancel Check",
toStateCustom = "Can Warp?",
Expand Down

0 comments on commit f03960d

Please sign in to comment.