十三张比牌时间增加
This commit is contained in:
parent
61515fb4e0
commit
de7712d4e3
|
@ -1157,7 +1157,7 @@ func (this *StateShow) OnEnter(s *base.Scene) {
|
||||||
sceneEx.specialTime += time.Second
|
sceneEx.specialTime += time.Second
|
||||||
}
|
}
|
||||||
if normalNum > 1 {
|
if normalNum > 1 {
|
||||||
sceneEx.specialTime += time.Second * time.Duration(5)
|
sceneEx.specialTime += time.Second * time.Duration(7)
|
||||||
}
|
}
|
||||||
if sceneEx.specialTypeNum > 0 {
|
if sceneEx.specialTypeNum > 0 {
|
||||||
if has {
|
if has {
|
||||||
|
|
Loading…
Reference in New Issue