令狐愚【蓄志】minor fix
This commit is contained in:
parent
2fb5c0fc74
commit
74e6903d84
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue