diff --git a/assets/Game/scripts/SlotGame.ts b/assets/Game/scripts/SlotGame.ts index 66f4e88..eef7dab 100644 --- a/assets/Game/scripts/SlotGame.ts +++ b/assets/Game/scripts/SlotGame.ts @@ -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;