Skip to content

Commit

Permalink
Return if chapter select
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenebrosful committed Dec 1, 2024
1 parent 31c76be commit 4152f52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Deltarune.asl
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,8 @@ onReset

split
{
if(current.chapter == 0) return;

if(vars.forceSplit)
{
vars.forceSplit = false;
Expand Down

0 comments on commit 4152f52

Please sign in to comment.