Compare commits
2 Commits
f1d53bda11
...
cec9737024
| Author | SHA1 | Date | |
|---|---|---|---|
| cec9737024 | |||
| 6c24497a0f |
@ -10567,7 +10567,7 @@
|
||||
"__prefab": {
|
||||
"__id__": 443
|
||||
},
|
||||
"_key": "Rankin",
|
||||
"_key": "Ranking",
|
||||
"_id": ""
|
||||
},
|
||||
{
|
||||
|
||||
@ -661,7 +661,7 @@ export class SlotGame extends Component {
|
||||
onIconClicked(iconComponent: Icon) {
|
||||
if (this.isEliminating) return;
|
||||
if (this.isShow) return;
|
||||
let isExpect = this.rollerManager.checkNextRollerExpect(6);
|
||||
let isExpect = this.rollerManager.checkNextRollerExpect(6, 4);
|
||||
if (isExpect) return;
|
||||
|
||||
if (this.freeBg.active) return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user