Compare commits
2 Commits
3828311520
...
9b3a1b4d7c
Author | SHA1 | Date |
---|---|---|
|
9b3a1b4d7c | |
|
c43068db93 |
|
@ -906,9 +906,8 @@ func (this *SceneHandCardStateTienLen) OnEnter(s *base.Scene) {
|
||||||
playerEx := sceneEx.seats[i]
|
playerEx := sceneEx.seats[i]
|
||||||
if playerEx != nil {
|
if playerEx != nil {
|
||||||
if playerEx.IsGameing() {
|
if playerEx.IsGameing() {
|
||||||
if !(sceneEx.IsFreePublic() || sceneEx.IsMatchScene()) {
|
// 首次进入赠送记牌器
|
||||||
sceneEx.SendFirstGiveTimeItem(playerEx.Player)
|
sceneEx.SendFirstGiveTimeItem(playerEx.Player)
|
||||||
}
|
|
||||||
|
|
||||||
playerEx.GameTimes++
|
playerEx.GameTimes++
|
||||||
sceneEx.curGamingPlayerNum++
|
sceneEx.curGamingPlayerNum++
|
||||||
|
|
Loading…
Reference in New Issue