From d57515cb12028ca1bf76b3d22c3a41ea5874c82f Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 13 Mar 2025 15:55:53 -0400 Subject: [Lingo 2] Don't split on "free_ending" --- Lingo 2.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lingo 2.asl') diff --git a/Lingo 2.asl b/Lingo 2.asl index 6818885..e0878d2 100644 --- a/Lingo 2.asl +++ b/Lingo 2.asl @@ -341,7 +341,7 @@ split vars.log("Split on collected mastery: " + vars.latestCollectible.Current); } } - else if (vars.latestCollectible.Current.EndsWith("_ending")) + else if (vars.latestCollectible.Current.EndsWith("_ending") && vars.latestCollectible.Current != "free_ending") { if (settings["ends"]) { -- cgit 1.4.1