Skip to content

Commit

Permalink
庞德公isLinked修正
Browse files Browse the repository at this point in the history
  • Loading branch information
PZ157 committed Sep 25, 2024
1 parent 9988803 commit f662c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion character/mobile/skill.js
Original file line number Diff line number Diff line change
Expand Up @@ -16632,7 +16632,7 @@ const skills = {
prompt += "要横置的角色";
var range = ingame ? [1, 4] : [1, 3];
player.chooseTarget(prompt, range, (card, player, target) => {
return target.isLinked();
return !target.isLinked();
}).set("ai", function (target) {
var player = _status.event.player;
return get.effect(target, { name: "tiesuo" }, player, player);
Expand Down

0 comments on commit f662c3c

Please sign in to comment.