Skip to content

Commit

Permalink
修复曹腾【拥族】
Browse files Browse the repository at this point in the history
  • Loading branch information
PZ157 committed Sep 25, 2024
1 parent a6ecb33 commit 9988803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion character/sp/skill.js
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ const skills = {
.chooseButton(["拥族:请选择一项执行", [list.filter(effect => choosed !== effect[0][0]), "textbutton"]], true)
.set("filterButton", button => {
const effect = button.link[1];
return !effect.filter || effect.filter(current);
return !effect.filter || effect.filter(get.player());
})
.set("ai", button => {
const effect = button.link[1];
Expand Down

0 comments on commit 9988803

Please sign in to comment.