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