1
This commit is contained in:
parent
f1d53bda11
commit
6c24497a0f
@ -661,7 +661,7 @@ export class SlotGame extends Component {
|
|||||||
onIconClicked(iconComponent: Icon) {
|
onIconClicked(iconComponent: Icon) {
|
||||||
if (this.isEliminating) return;
|
if (this.isEliminating) return;
|
||||||
if (this.isShow) return;
|
if (this.isShow) return;
|
||||||
let isExpect = this.rollerManager.checkNextRollerExpect(6);
|
let isExpect = this.rollerManager.checkNextRollerExpect(6, 4);
|
||||||
if (isExpect) return;
|
if (isExpect) return;
|
||||||
|
|
||||||
if (this.freeBg.active) return;
|
if (this.freeBg.active) return;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user