replace the joker tiles by blank tiles

This commit is contained in:
Laurent Mazet 2020-10-09 22:14:04 +02:00
parent 10c12f97a4
commit 76d4ecaf36
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ $1 == "-" { sub(/- /, "") }
gsub(/[×,]/, "")
for (i = 1; i<= NF; i+=2) {
lettre = $(i)
if (lettre == "blank") {
if ((lettre == "blank") || (lettre ~ /[Jj]oker/)) {
lettre = " "
}
nombre = $(i+1)

View File

@ -3,7 +3,7 @@
"name": "Ukrainian",
"bag": [
"Jokers", "Jokers",
" ", " ",
"О", "О", "О", "О", "О", "О", "О", "О", "О",
"А", "А", "А", "А", "А", "А", "А", "А",
"И", "И", "И", "И", "И", "И",
@ -41,7 +41,7 @@
],
"letterValues": {
"Jokers": 0,
" ": 0,
"О": 1,
"А": 1,
"И": 1,