wip
This commit is contained in:
parent
084e9449dc
commit
bb042b46ac
5 changed files with 44 additions and 13 deletions
|
|
@ -657,8 +657,7 @@ export class MahjongService implements OnApplicationShutdown, OnModuleInit {
|
|||
|
||||
if (mj.riichis[house]) {
|
||||
// リーチ時はアガリ牌でない限りツモ切り
|
||||
const horaSets = Mmj.getHoraSets(mj.handTileTypes[house]);
|
||||
if (horaSets.length === 0) {
|
||||
if (!Mmj.canHora(mj.handTileTypes[house])) {
|
||||
setTimeout(() => {
|
||||
this.dahai(room, mj, house, mj.handTiles[house].at(-1));
|
||||
}, 500);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue