diff --git a/src/Infiltration/ui/SlashGame.tsx b/src/Infiltration/ui/SlashGame.tsx index 8f7b0a2cc..5aa633f78 100644 --- a/src/Infiltration/ui/SlashGame.tsx +++ b/src/Infiltration/ui/SlashGame.tsx @@ -45,7 +45,7 @@ export function SlashGame(props: IMinigameProps): React.ReactElement { setPhase(2); id = window.setTimeout(() => setPhase(0), difficulty.window); }, 250); - }, Math.random() * 3250 + 1500); + }, Math.random() * 3250 + 1500 - (250 + difficulty.window)); return () => { clearInterval(id); };