diff --git a/gamesrv/clawdoll/scene_clawdoll.go b/gamesrv/clawdoll/scene_clawdoll.go index e518705..d4762e0 100644 --- a/gamesrv/clawdoll/scene_clawdoll.go +++ b/gamesrv/clawdoll/scene_clawdoll.go @@ -241,6 +241,8 @@ func (this *SceneEx) init() bool { this.Clear() this.PayCoinCount = this.LoadPayCoinCount() + + this.PayCoinCount = 21 return true } @@ -437,6 +439,8 @@ func (this *SceneEx) TimeOutPlayGrab() bool { this.PayCoinCount = 0 } + logger.Logger.Trace("ClawDoll StatePlayGame OnPlayerOp Grab-----SnId:", playerEx.SnId, " grapType: ", grapType) + this.OnPlayerSMGrabOp(this.playingSnid, int32(this.machineId), grapType) }