竞技馆炸弹扣分问题
This commit is contained in:
parent
53f03c1081
commit
2ed8885e18
|
@ -1997,7 +1997,7 @@ func (this *TienLenSceneData) TrySmallGameBilled() {
|
|||
winPlayer.bombRankScore += rankScore * rule.RankBaseScore
|
||||
}
|
||||
//lose
|
||||
if this.IsMatchScene() && this.IsCustom() {
|
||||
if this.IsMatchScene() || this.IsCustom() {
|
||||
losePlayer.AddCoinNoLog(-score, 0)
|
||||
} else {
|
||||
losePlayer.AddCoin(-score, common.GainWay_CoinSceneLost, 0, "system", this.GetSceneName())
|
||||
|
|
Loading…
Reference in New Issue