竞技馆炸弹扣分问题

This commit is contained in:
sk 2024-09-27 11:38:02 +08:00
parent 53f03c1081
commit 2ed8885e18
1 changed files with 1 additions and 1 deletions

View File

@ -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())