Skip to content

Commit

Permalink
半藏的特殊优化
Browse files Browse the repository at this point in the history
  • Loading branch information
zc-meng committed Sep 13, 2024
1 parent 13d71f6 commit 4742e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/Game.kt
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class Game(val id: Int, totalPlayerCount: Int, val actorRef: ActorRef) {
}
Statistics.addPlayerGameCount(playerGameResultList)
Statistics.calculateRankList()
QQPusher.push(this, declaredWinners, winners, addScoreMap, newScoreMap, humanPlayers.size > 1)
QQPusher.push(this, declaredWinners, winners, addScoreMap, newScoreMap, humanPlayers.size > 1 || humanPlayers.playerName == "半藏")
}
players.forEach { it!!.notifyWin(declaredWinners, winners, addScoreMap, newScoreMap) }
}
Expand Down

0 comments on commit 4742e1e

Please sign in to comment.