Skip to content

Commit

Permalink
OL界鲁肃【缔盟】0牌差bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
PZ157 committed Oct 12, 2024
1 parent 2681b8c commit 4ad0851
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions character/refresh/skill.js
Original file line number Diff line number Diff line change
Expand Up @@ -5322,11 +5322,8 @@ const skills = {
multiline: true,
content: function () {
targets[0].swapHandcards(targets[1]);
var num = Math.abs(targets[0].countCards("h") - targets[1].countCards("h"));
if (num > 0) {
player.addTempSkill("oldimeng_discard", "phaseUseAfter");
player.markAuto("oldimeng_discard", [targets]);
}
player.addTempSkill("oldimeng_discard", "phaseUseAfter");
player.markAuto("oldimeng_discard", [targets]);
},
ai: {
threaten: 4.5,
Expand Down

0 comments on commit 4ad0851

Please sign in to comment.