From 058cabdbfac559144ffa49c3564c386f0156c248 Mon Sep 17 00:00:00 2001 From: cajun <12363371+CajunAvenger@users.noreply.github.com> Date: Thu, 25 Sep 2025 11:10:07 -0500 Subject: [PATCH] Update script fix kicker bug --- data/magic.mse-game/script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/magic.mse-game/script b/data/magic.mse-game/script index c76508bc8..970deff90 100644 --- a/data/magic.mse-game/script +++ b/data/magic.mse-game/script @@ -1146,7 +1146,7 @@ for_mana_costs := { else "{alternative_cost(input.param, trim:long_nomana_cost, s:action)}{non}" #### else cost "non" with long formatting ) else "{alternative_cost(input.param, s:action, trim:lower_first)}{non}" #### one, nonmana, part - ) else if is_mana_cost(input.param) then #### one word + ) else if is_mana_cost(input) then #### one word "{add}{input.param}" #### mana else "{alternative_cost(input.param, trim:combined_cost, s:action)}{non}" #### nonmana