SP甄宓【惠济】修复
This commit is contained in:
parent
d4a393b78d
commit
11b2c56619
|
@ -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(() => {
|
||||
|
|
Loading…
Reference in New Issue