From 59000ee15ac6eb5ee1a3a6d4b1d4d9dbe4e11229 Mon Sep 17 00:00:00 2001 From: Tenebrosful Date: Mon, 25 Nov 2024 15:43:52 +0100 Subject: [PATCH] Release 2.4.4b - More consistent ch2 egg check (#82) Co-authored-by: NERS <85985080+ners-xd@users.noreply.github.com> --- Deltarune.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deltarune.asl b/Deltarune.asl index 331a31d..fa11fd3 100644 --- a/Deltarune.asl +++ b/Deltarune.asl @@ -564,7 +564,7 @@ split break; case 10: // Ch2_Egg - pass = ((current.roomName == "room_dw_cyber_musical_door_ch2" || current.roomName == "room_dw_city_man_ch2") && (old.text == @"* タマゴを 手に入れた。/%" || old.text == @"* You got the Egg./%") && current.text == null); + pass = ((current.roomName == "room_dw_cyber_musical_door_ch2" || current.roomName == "room_dw_city_man_ch2") && old.sound != "snd_egg" && current.sound == "snd_egg"); break; case 11: // Ch2_SGBerdly