From 72679cf0771955f71e7bddc84591c844f9703e64 Mon Sep 17 00:00:00 2001 From: cajun <12363371+CajunAvenger@users.noreply.github.com> Date: Mon, 10 Nov 2025 05:15:03 -0600 Subject: [PATCH] fix spaces in snap chapter freaking it out --- data/magic-m15-saga.mse-style/style | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/magic-m15-saga.mse-style/style b/data/magic-m15-saga.mse-style/style index 039c27c5d..ee907e377 100644 --- a/data/magic-m15-saga.mse-style/style +++ b/data/magic-m15-saga.mse-style/style @@ -114,7 +114,7 @@ init script: 5: {[card_style.level_5_text.top, card_style.level_5_text.bottom-card_style.level_5_text.top]} ] auto_snap := { - snap_array := split_text(styling.snap_chapter_to_box, match:",", end:false) + snap_array := split_comma(styling.snap_chapter_to_box) abil := to_number(pull_comma_array(styling.snap_chapter_to_box, cell:input-1, end:false)) ###textbox to snap to if abil == 0 then 600 else snap_calc(input, snap_array:snap_array, abil:abil) }