fix set.inverted_common_symbol not being used (#117)

Fix #115
This commit is contained in:
cajun
2025-02-01 23:28:21 -06:00
committed by GitHub
parent 8b9475dc65
commit 660246f7ed
4 changed files with 8 additions and 8 deletions

View File

@@ -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:

View File

@@ -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: