---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
cajun
2024-10-01 08:34:46 -05:00
committed by GitHub
parent d1b3bdac74
commit 5016c6efa2
32836 changed files with 65408 additions and 48862 deletions

View File

@@ -1,7 +1,7 @@
mse version: 2.0.0
short name: Forum
full name: Spoiler Exporter
position hint: 006
position hint: 500
icon: icon.png
version: 2014-01-19
installer group: magic/Export/forum
@@ -89,8 +89,8 @@ script:
replace@(match:"0", replace:":0mana:")
# Determine which style of colored rarities to use.
rarity_color := {
if options.forum == "mse" then rarity_color_mse()
else if options.forum == "mtgsalvation" then rarity_color_mtgs()
if options.forum == "mtgsalvation" then rarity_color_mtgs()
else rarity_color_mse()
}
# Colored rarity markers for MTGS forum.
rarity_color_mtgs := {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 15 KiB