【惠济】bugfix

This commit is contained in:
mengxinzxz 2024-04-14 23:47:50 +08:00
parent b03f982d75
commit 4ea1b126ed
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ game.import('character', function () {
await game.asyncDelayx();
}
}
if (target.countCards('h') <= game.countPlayer()) return;
if (target.countCards('h') < game.countPlayer()) return;
player.when({global: 'wuguRemained'}).filter(evt => {
return evt.getParent(3) === event;
}).vars({originalOwner: target}).then(() => {