记牌器赠送修改
This commit is contained in:
parent
8a5752bf38
commit
c43068db93
|
@ -907,9 +907,8 @@ func (this *SceneHandCardStateTienLen) OnEnter(s *base.Scene) {
|
|||
playerEx := sceneEx.seats[i]
|
||||
if playerEx != nil {
|
||||
if playerEx.IsGameing() {
|
||||
if !(sceneEx.IsFreePublic() || sceneEx.IsMatchScene()) {
|
||||
sceneEx.SendFirstGiveTimeItem(playerEx.Player)
|
||||
}
|
||||
// 首次进入赠送记牌器
|
||||
sceneEx.SendFirstGiveTimeItem(playerEx.Player)
|
||||
|
||||
playerEx.GameTimes++
|
||||
sceneEx.curGamingPlayerNum++
|
||||
|
|
Loading…
Reference in New Issue