Skip to content

Commit

Permalink
Update skill.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xizifu committed Jun 20, 2024
1 parent 23fe55a commit 6b43856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion character/refresh/skill.js
Original file line number Diff line number Diff line change
Expand Up @@ -14489,7 +14489,7 @@ const skills = {
}
if (!arg || arg.isLink || !arg.card || arg.card.name != "sha") return false;
if (!arg.target || get.attitude(player, arg.target) >= 0) return false;
if (!arg.skill || !lib.skill[arg.skill] || lib.skill[arg.skill].charlotte || get.is.locked(arg.skill) || !arg.target.getSkills(true, false).includes(arg.skill)) return false;
if (!arg.skill || !lib.skill[arg.skill] || lib.skill[arg.skill].charlotte || lib.skill[arg.skill].persevereSkill || get.is.locked(arg.skill) || !arg.target.getSkills(true, false).includes(arg.skill)) return false;
},
directHit_ai: true,
},
Expand Down

0 comments on commit 6b43856

Please sign in to comment.