修改十三张全垒打分数
This commit is contained in:
parent
6adba98ddb
commit
b56a874b36
|
@ -1100,10 +1100,10 @@ func (this *SceneEx) CountScore() {
|
|||
playerEx.winAllPlayers[k] += v
|
||||
// 全垒打分数
|
||||
if playerEx.Pos == this.isCanAllHitPos {
|
||||
this.seats[k].score[5] -= v
|
||||
this.seats[k].winAllPlayers[playerEx.Pos] -= v
|
||||
playerEx.score[5] += v
|
||||
playerEx.winAllPlayers[k] += v
|
||||
this.seats[k].score[5] -= v * 2
|
||||
this.seats[k].winAllPlayers[playerEx.Pos] -= v * 2
|
||||
playerEx.score[5] += v * 2
|
||||
playerEx.winAllPlayers[k] += v * 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue