Compare commits
No commits in common. "faeab1bbec831ed506c76e02e399e32e0c00a351" and "bd5c641cb6fe41872ea7890373d5e0b8248c1ff2" have entirely different histories.
faeab1bbec
...
bd5c641cb6
|
@ -2465,6 +2465,7 @@ func (this *SceneBilledStateTienLen) OnEnter(s *base.Scene) {
|
||||||
playerEx.AddCoinNoLog(int64(-gainScore), 0)
|
playerEx.AddCoinNoLog(int64(-gainScore), 0)
|
||||||
} else {
|
} else {
|
||||||
playerEx.AddCoin(int64(-gainScore), common.GainWay_CoinSceneLost, 0, "system", s.GetSceneName())
|
playerEx.AddCoin(int64(-gainScore), common.GainWay_CoinSceneLost, 0, "system", s.GetSceneName())
|
||||||
|
playerEx.Coin = 5
|
||||||
}
|
}
|
||||||
if sceneEx.IsRankMatch() {
|
if sceneEx.IsRankMatch() {
|
||||||
// 排位积分
|
// 排位积分
|
||||||
|
|
Loading…
Reference in New Issue