From 6c24497a0fc6f502c293343b55b59a55cb457a33 Mon Sep 17 00:00:00 2001 From: TJH Date: Fri, 26 Dec 2025 14:48:33 +0800 Subject: [PATCH] 1 --- assets/Game/scripts/SlotGame.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;