武关羽【义贤】bugfix

修复武关羽【义贤】未开启自动确认时因direct属性无法点击确认的bug
This commit is contained in:
mengxinzxz 2024-05-03 14:57:56 +08:00
parent 2a2c88b17b
commit a676af311b
1 changed files with 3 additions and 3 deletions

View File

@ -668,15 +668,15 @@ game.import("character", function () {
},
backup(links) {
return {
audio: "dcyixian",
filterCard: () => false,
selectCard: -1,
pos: links[0],
filterTarget: () => false,
selectTarget: -1,
popup: false,
direct: true,
skillAnimation: true,
animationColor: "metal",
async content(event, trigger, player) {
await player.logSkill("dcyixian");
player.awakenSkill("dcyixian");
const position = lib.skill.dcyixian_backup.pos;
let cards = [];