Skip to content

Commit

Permalink
修复机器人风云变幻不放置情报的bug(fix #306)
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteReimu authored Nov 18, 2024
1 parent ad54be6 commit 4e3412f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/card/FengYunBianHuan.kt
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class FengYunBianHuan : Card {
// 风云变幻选牌的情况下,因为都是明牌,不应该进行机器人打牌风格的波动
val coefficientA = r.coefficientA
val coefficientB = r.coefficientB
r.coefficientA = 0.0
r.coefficientA = 1.0
r.coefficientB = 0
for (c in drawCards) {
!r.messageCards.any { it.hasSameColor(c) } || continue
Expand Down

0 comments on commit 4e3412f

Please sign in to comment.