【惠济】bugfix
This commit is contained in:
parent
b03f982d75
commit
4ea1b126ed
|
@ -596,7 +596,7 @@ game.import('character', function () {
|
||||||
await game.asyncDelayx();
|
await game.asyncDelayx();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (target.countCards('h') <= game.countPlayer()) return;
|
if (target.countCards('h') < game.countPlayer()) return;
|
||||||
player.when({global: 'wuguRemained'}).filter(evt => {
|
player.when({global: 'wuguRemained'}).filter(evt => {
|
||||||
return evt.getParent(3) === event;
|
return evt.getParent(3) === event;
|
||||||
}).vars({originalOwner: target}).then(() => {
|
}).vars({originalOwner: target}).then(() => {
|
||||||
|
|
Loading…
Reference in New Issue