Skip to content

Commit

Permalink
use double instead to match chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenebrosful committed Dec 1, 2024
1 parent 2133e53 commit 31c76be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Deltarune.asl
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ init

// Ending splits are handled manually in update{}
// Object variables in order: done, old room, new room, old fight, new fight, special condition
vars.splits = new Dictionary<int, Dictionary<string, object[]>>()
vars.splits = new Dictionary<double, Dictionary<string, object[]>>()
{
{1, new Dictionary<string, object[]> {
{"Ch1_School", new object[] {false, "room_insidecloset_ch1", "room_dark1_ch1", -1, -1, 0}},
Expand Down

0 comments on commit 31c76be

Please sign in to comment.