令狐愚【蓄志】minor fix

This commit is contained in:
mengxinzxz 2024-05-01 15:17:54 +08:00
parent 2fb5c0fc74
commit 74e6903d84
1 changed files with 0 additions and 1 deletions

View File

@ -276,7 +276,6 @@ game.import("character", function () {
return 5 + 3 * get.sgn(playerEffect - targetEffect) - get.value(card);
})
.forResult();
const list = [result[0].cards, result[1].cards];
await targets[0].swapHandcards(targets[1], result[0].cards, result[1].cards);
if (result[0].cards.length == result[1].cards.length) {
await player.draw(2);