Skip to content

Commit

Permalink
黄巾天兵符fix,改用player.hasSkill(xxx, null, null, false)
Browse files Browse the repository at this point in the history
  • Loading branch information
lieren2023 committed Jun 4, 2024
1 parent 4979cf3 commit ea724b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion card/guozhan.js
Original file line number Diff line number Diff line change
Expand Up @@ -1833,7 +1833,7 @@ game.import("card", function () {
if (get.mode() == "guozhan") {
// if (player.hasSkill("hongfa")) {
// 村规
if (player.skills.includes("hongfa")) {
if (player.hasSkill("hongfa", null, null, false)) {
num += player.getExpansions("huangjintianbingfu").length;
}
return (
Expand Down

0 comments on commit ea724b6

Please sign in to comment.