From 598cc2c59373924230b2e7e6d7a03775f8e2ee14 Mon Sep 17 00:00:00 2001 From: NERS <85985080+ners-xd@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:42:14 +0200 Subject: [PATCH] More consistent ch2 egg check (#81) --- 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