mahjong: fixed scores for bonuses
All checks were successful
/ publish (push) Successful in 1m28s

This commit is contained in:
Leon Mika 2025-12-23 04:00:42 +01:00
parent c3a43148c0
commit beb38f17e8
2 changed files with 2 additions and 2 deletions

View file

@ -107,7 +107,7 @@
<tr>
<td><code>b</code></td>
<td>Bonus (flower or season)</td>
<td>4</td>
<td>2</td>
</tr>
<tr>
<td><code>p</code></td>

View file

@ -22,7 +22,7 @@ const scoreTokens = {
'xkh': 16,
'pd': 2,
'pw': 2,
'b': 4,
'b': 2,
'p': 1,
'd': -1,
}