Compare commits
2 Commits
bd5c641cb6
...
faeab1bbec
Author | SHA1 | Date |
---|---|---|
|
faeab1bbec | |
|
5ecf42d40e |
|
@ -2465,7 +2465,6 @@ 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