From 31c76bec4a1b8eff27cc2fa1bbfb0adba4bd57af Mon Sep 17 00:00:00 2001 From: Tenebrosful Date: Sun, 1 Dec 2024 17:13:43 +0100 Subject: [PATCH] use double instead to match chapter --- Deltarune.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deltarune.asl b/Deltarune.asl index 3c944de..eec0ed9 100644 --- a/Deltarune.asl +++ b/Deltarune.asl @@ -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>() + vars.splits = new Dictionary>() { {1, new Dictionary { {"Ch1_School", new object[] {false, "room_insidecloset_ch1", "room_dark1_ch1", -1, -1, 0}},