This commit is contained in:
parent
c3a43148c0
commit
beb38f17e8
|
|
@ -107,7 +107,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>b</code></td>
|
<td><code>b</code></td>
|
||||||
<td>Bonus (flower or season)</td>
|
<td>Bonus (flower or season)</td>
|
||||||
<td>4</td>
|
<td>2</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>p</code></td>
|
<td><code>p</code></td>
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ const scoreTokens = {
|
||||||
'xkh': 16,
|
'xkh': 16,
|
||||||
'pd': 2,
|
'pd': 2,
|
||||||
'pw': 2,
|
'pw': 2,
|
||||||
'b': 4,
|
'b': 2,
|
||||||
'p': 1,
|
'p': 1,
|
||||||
'd': -1,
|
'd': -1,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue