This commit is contained in:
TJH 2025-12-26 14:48:33 +08:00
parent f1d53bda11
commit 6c24497a0f

View File

@ -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;