Skip to content

Commit

Permalink
More consistent ch2 egg check (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
ners-xd authored Nov 25, 2024
1 parent a98084d commit 598cc2c
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 @@ -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
Expand Down

0 comments on commit 598cc2c

Please sign in to comment.