diff --git a/data/magic-booster-mini.mse-style/style b/data/magic-booster-mini.mse-style/style index 00bcb24e0..af004c2a7 100644 --- a/data/magic-booster-mini.mse-style/style +++ b/data/magic-booster-mini.mse-style/style @@ -259,7 +259,7 @@ card style: set_alpha(alpha: rarity_alpha(), if use_main_rarity() then mainframe_rarity("c") else if alt_rarity() then alt_symbol() - else if styling.inverted_common_symbol or else set.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon") + else if styling.inverted_common_symbol or else false or set.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon") else symbol_variation(symbol: set.symbol, variation: "common") ) common: @@ -267,7 +267,7 @@ card style: set_alpha(alpha: rarity_alpha(), if use_main_rarity() then mainframe_rarity("c") else if alt_rarity() then alt_symbol() - else if styling.inverted_common_symbol or else set.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon") + else if styling.inverted_common_symbol or else false or set.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon") else symbol_variation(symbol: set.symbol, variation: "common") ) uncommon: diff --git a/data/magic-booster.mse-style/style b/data/magic-booster.mse-style/style index 6e4b6e5d8..13745693f 100644 --- a/data/magic-booster.mse-style/style +++ b/data/magic-booster.mse-style/style @@ -259,7 +259,7 @@ card style: set_alpha(alpha: rarity_alpha(), if use_main_rarity() then mainframe_rarity("c") else if alt_rarity() then alt_symbol() - else if styling.inverted_common_symbol or else set.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon") + else if styling.inverted_common_symbol or else false or set.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon") else symbol_variation(symbol: set.symbol, variation: "common") ) common: @@ -267,7 +267,7 @@ card style: set_alpha(alpha: rarity_alpha(), if use_main_rarity() then mainframe_rarity("c") else if alt_rarity() then alt_symbol() - else if styling.inverted_common_symbol or else set.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon") + else if styling.inverted_common_symbol or else false or set.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon") else symbol_variation(symbol: set.symbol, variation: "common") ) uncommon: diff --git a/data/magic-modules.mse-include/rarities/choice_images b/data/magic-modules.mse-include/rarities/choice_images index 9f60e7031..67492690a 100644 --- a/data/magic-modules.mse-include/rarities/choice_images +++ b/data/magic-modules.mse-include/rarities/choice_images @@ -4,13 +4,13 @@ choice images: script: if use_main_rarity() then mainframe_rarity("c") else if use_alt_rarity() then alt_symbol() - else if styling.inverted_common_symbol or else set.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon") + else if styling.inverted_common_symbol or else false or set.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon") else symbol_variation(symbol: set.symbol, variation: "common") common: script: if use_main_rarity() then mainframe_rarity("c") else if use_alt_rarity() then alt_symbol() - else if styling.inverted_common_symbol or else set.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon") + else if styling.inverted_common_symbol or else false or set.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon") else symbol_variation(symbol: set.symbol, variation: "common") uncommon: script: diff --git a/data/magic-modules.mse-include/rarities/choice_images_old b/data/magic-modules.mse-include/rarities/choice_images_old index 6a9a015b2..f4e9eaf8f 100644 --- a/data/magic-modules.mse-include/rarities/choice_images_old +++ b/data/magic-modules.mse-include/rarities/choice_images_old @@ -4,13 +4,13 @@ choice images: script: if use_main_rarity() then mainframe_rarity("c") else if use_alt_rarity() then alt_symbol() - else if styling.inverted_common_symbol or else set.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon") + else if styling.inverted_common_symbol or else false or set.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon") else symbol_variation(symbol: set.symbol, variation: "common") common: script: if use_main_rarity() then mainframe_rarity("c") else if use_alt_rarity() then alt_symbol() - else if styling.inverted_common_symbol or else set.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon") + else if styling.inverted_common_symbol or else false or set.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon") else symbol_variation(symbol: set.symbol, variation: "common") uncommon: script: