【清严】bugfix
This commit is contained in:
parent
4ef4af98af
commit
67834fa8e6
|
@ -7987,7 +7987,7 @@ game.import("character", function () {
|
|||
},
|
||||
async content(event, trigger, player) {
|
||||
if (event.cards && event.cards.length) {
|
||||
await player.dicard(cards);
|
||||
await player.dicard(event.cards);
|
||||
lib.skill.dcxieshou.change(player, 1);
|
||||
} else {
|
||||
player.drawTo(player.maxHp);
|
||||
|
|
Loading…
Reference in New Issue