SP甄宓【惠济】修复

This commit is contained in:
157 2024-04-15 00:15:28 +08:00
parent d4a393b78d
commit 11b2c56619
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(() => {