Commit eeff9766 authored by twanvl's avatar twanvl

Fixed: 10/C and higher mana symbols do not work.

Regex was incorrect, was "([XYZ0-9])+/W" should be "([XYZ0-9]+)/W"
parent 0d56b769
......@@ -181,7 +181,7 @@ symbol:
image: mana_s.png
symbol:
image: mana_nw.png
code: ([XYZ0-9])+/W
code: ([XYZ0-9]+)/W
regex: yes
draw text: 1
text margin left: -.05
......@@ -194,8 +194,8 @@ symbol:
color: rgb(0,0,0)
max stretch: 0.5
symbol:
image: mana_ng.png
code: ([XYZ0-9])+/G
image: mana_nu.png
code: ([XYZ0-9]+)/U
regex: yes
draw text: 1
text margin left: -.05
......@@ -208,8 +208,8 @@ symbol:
color: rgb(0,0,0)
max stretch: 0.5
symbol:
image: mana_nu.png
code: ([XYZ0-9])+/U
image: mana_nb.png
code: ([XYZ0-9]+)/B
regex: yes
draw text: 1
text margin left: -.05
......@@ -222,8 +222,8 @@ symbol:
color: rgb(0,0,0)
max stretch: 0.5
symbol:
image: mana_nb.png
code: ([XYZ0-9])+/B
image: mana_nr.png
code: ([XYZ0-9]+)/R
regex: yes
draw text: 1
text margin left: -.05
......@@ -236,8 +236,8 @@ symbol:
color: rgb(0,0,0)
max stretch: 0.5
symbol:
image: mana_nr.png
code: ([XYZ0-9])+/R
image: mana_ng.png
code: ([XYZ0-9]+)/G
regex: yes
draw text: 1
text margin left: -.05
......
......@@ -204,7 +204,7 @@ symbol:
image: mana_s.png
symbol:
image: mana_nw.png
code: ([XYZ0-9])+/W
code: ([XYZ0-9]+)/W
regex: yes
draw text: 1
text margin left: -.25
......@@ -218,8 +218,8 @@ symbol:
max stretch: 0.5
image font size: 145
symbol:
image: mana_ng.png
code: ([XYZ0-9])+/G
image: mana_nu.png
code: ([XYZ0-9]+)/U
regex: yes
draw text: 1
text margin left: -.25
......@@ -233,8 +233,8 @@ symbol:
max stretch: 0.5
image font size: 145
symbol:
image: mana_nu.png
code: ([XYZ0-9])+/U
image: mana_nb.png
code: ([XYZ0-9]+)/B
regex: yes
draw text: 1
text margin left: -.25
......@@ -248,8 +248,8 @@ symbol:
max stretch: 0.5
image font size: 145
symbol:
image: mana_nb.png
code: ([XYZ0-9])+/B
image: mana_nr.png
code: ([XYZ0-9]+)/R
regex: yes
draw text: 1
text margin left: -.25
......@@ -263,8 +263,8 @@ symbol:
max stretch: 0.5
image font size: 145
symbol:
image: mana_nr.png
code: ([XYZ0-9])+/R
image: mana_ng.png
code: ([XYZ0-9]+)/G
regex: yes
draw text: 1
text margin left: -.25
......
......@@ -211,7 +211,7 @@ symbol:
image: mana_s.png
symbol:
image: mana_nw.png
code: ([XYZ0-9])+/W
code: ([XYZ0-9]+)/W
regex: yes
draw text: 1
text margin left: -.30
......@@ -225,8 +225,8 @@ symbol:
max stretch: 0.5
image font size: 145
symbol:
image: mana_ng.png
code: ([XYZ0-9])+/G
image: mana_nu.png
code: ([XYZ0-9]+)/U
regex: yes
draw text: 1
text margin left: -.30
......@@ -240,8 +240,8 @@ symbol:
max stretch: 0.5
image font size: 145
symbol:
image: mana_nu.png
code: ([XYZ0-9])+/U
image: mana_nb.png
code: ([XYZ0-9]+)/B
regex: yes
draw text: 1
text margin left: -.30
......@@ -255,8 +255,8 @@ symbol:
max stretch: 0.5
image font size: 145
symbol:
image: mana_nb.png
code: ([XYZ0-9])+/B
image: mana_nr.png
code: ([XYZ0-9]+)/R
regex: yes
draw text: 1
text margin left: -.30
......@@ -270,8 +270,8 @@ symbol:
max stretch: 0.5
image font size: 145
symbol:
image: mana_nr.png
code: ([XYZ0-9])+/R
image: mana_ng.png
code: ([XYZ0-9]+)/G
regex: yes
draw text: 1
text margin left: -.30
......
......@@ -214,7 +214,7 @@ symbol:
image: mana_infinite.png
symbol:
image: mana_nw.png
code: ([XYZ0-9])+/W
code: ([XYZ0-9]+)/W
regex: yes
draw text: 1
text margin left: -.30
......@@ -228,8 +228,8 @@ symbol:
max stretch: 0.5
image font size: 145
symbol:
image: mana_ng.png
code: ([XYZ0-9])+/G
image: mana_nu.png
code: ([XYZ0-9]+)/U
regex: yes
draw text: 1
text margin left: -.30
......@@ -243,8 +243,8 @@ symbol:
max stretch: 0.5
image font size: 145
symbol:
image: mana_nu.png
code: ([XYZ0-9])+/U
image: mana_nb.png
code: ([XYZ0-9]+)/B
regex: yes
draw text: 1
text margin left: -.30
......@@ -258,8 +258,8 @@ symbol:
max stretch: 0.5
image font size: 145
symbol:
image: mana_nb.png
code: ([XYZ0-9])+/B
image: mana_nr.png
code: ([XYZ0-9]+)/R
regex: yes
draw text: 1
text margin left: -.30
......@@ -273,8 +273,8 @@ symbol:
max stretch: 0.5
image font size: 145
symbol:
image: mana_nr.png
code: ([XYZ0-9])+/R
image: mana_ng.png
code: ([XYZ0-9]+)/G
regex: yes
draw text: 1
text margin left: -.30
......
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