diff --git a/data/magic.mse-game/keywords b/data/magic.mse-game/keywords index 9f02d25c8..24ea017d7 100644 --- a/data/magic.mse-game/keywords +++ b/data/magic.mse-game/keywords @@ -341,7 +341,7 @@ keyword: keyword: Storm match: Storm mode: expert - reminder: When you cast this spell, copy it for each spell cast before it this turn.{ if is_targeted() then " You may choose new targets for the copies." }{if not is_spell(card.card_type) then " Copies become tokens."} + reminder: When you cast this spell, copy it for each spell cast before it this turn.{ if is_targeted() then " You may choose new targets for the copies." }{if not is_spell(card.type) then " Copies become tokens."} # Mirrodin keyword: keyword: Affinity for diff --git a/data/magic.mse-game/script b/data/magic.mse-game/script index bd2060c7f..99d973abb 100644 --- a/data/magic.mse-game/script +++ b/data/magic.mse-game/script @@ -2315,13 +2315,15 @@ custom_watermark_link := { then "/magic-mainframe-extras.mse-include/"+field else "/magic-modules.mse-include/watermarks/other/planeswalker.png" } +card_watermark_a := {""} custom_card_watermark := { tag := if face == 1 then "" else "_" + face field := styling["card_watermark"+tag] or else "" array := split_comma(field) #### not blank, has png, is either verified or old link that's probably fine if array.0 != "" and has_png(array.0) and array.1 or else "" != "Not found" - then "/magic-mainframe-extras.mse-include/"+field + then "/magic-mainframe-extras.mse-include/" + field + else if card_watermark_a() != "" then "/magic-mainframe-extras.mse-include/" + card_watermark_a() else "/magic-modules.mse-include/watermarks/other/planeswalker.png" } card_new_color := {