Skip to content

Commit

Permalink
修复秦无命【鱼死网破】还会摸牌的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteReimu committed Nov 14, 2023
1 parent a7cf0d6 commit d8a5d1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/kotlin/skill/YuSiWangPo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ class YuSiWangPo : MainPhaseSkill(), InitialSkill {
}
}
target.game!!.playerDiscardCard(target, *cards.toTypedArray())
r.draw(1)
target.draw(1)
return ResolveResult(fsm, true)
}

Expand Down

0 comments on commit d8a5d1a

Please sign in to comment.