Commit 5657dff3 authored by pichoro's avatar pichoro

Fixed a problem with some land blends not auto-switching.

Fixed the B/R/G mana symbol.
parent 529605f1
...@@ -19,7 +19,7 @@ symbol: ...@@ -19,7 +19,7 @@ symbol:
code: B/G/W code: B/G/W
image: mana_bgw.png image: mana_bgw.png
symbol: symbol:
code: G/B/R code: B/R/G
image: mana_brg.png image: mana_brg.png
symbol: symbol:
code: G/U/B code: G/U/B
......
...@@ -21,7 +21,7 @@ symbol: ...@@ -21,7 +21,7 @@ symbol:
image: mana_bgw.png image: mana_bgw.png
image font size: 145 image font size: 145
symbol: symbol:
code: G/B/R code: B/R/G
image: mana_brg.png image: mana_brg.png
image font size: 145 image font size: 145
symbol: symbol:
......
...@@ -28,7 +28,7 @@ symbol: ...@@ -28,7 +28,7 @@ symbol:
image: mana_bgw.png image: mana_bgw.png
image font size: 145 image font size: 145
symbol: symbol:
code: G/B/R code: B/R/G
image: mana_brg.png image: mana_brg.png
image font size: 145 image font size: 145
symbol: symbol:
......
...@@ -110,12 +110,12 @@ init script: ...@@ -110,12 +110,12 @@ init script:
else if colors = "UB" then "land 2 color blue / black" else if colors = "UB" then "land 2 color blue / black"
else if colors = "BR" then "land 2 color black / red" else if colors = "BR" then "land 2 color black / red"
else if colors = "RG" then "land 2 color red / green" else if colors = "RG" then "land 2 color red / green"
else if colors = "WG" then "land 2 color green / white" else if colors = "GW" then "land 2 color green / white"
else if colors = "WB" then "land 2 color white / black" else if colors = "WB" then "land 2 color white / black"
else if colors = "UR" then "land 2 color blue / red" else if colors = "UR" then "land 2 color blue / red"
else if colors = "BG" then "land 2 color black / green" else if colors = "BG" then "land 2 color black / green"
else if colors = "WR" then "land 2 color red / white" else if colors = "RW" then "land 2 color red / white"
else if colors = "UG" then "land 2 color green / blue" else if colors = "GU" then "land 2 color green / blue"
else "land 1 color multicolor" else "land 1 color multicolor"
) )
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment