diff --git a/Bot/Games/SlotMachine.fs b/Bot/Games/SlotMachine.fs index f81b47c..5fd2272 100644 --- a/Bot/Games/SlotMachine.fs +++ b/Bot/Games/SlotMachine.fs @@ -237,7 +237,7 @@ let spin multiplier (ctx : IDiscordContext) = let random = System.Random(System.Guid.NewGuid().GetHashCode()) let results = [| reel1.[random.Next(0, reel1.Length)] ; reel2.[random.Next(0, reel2.Length)] ; reel3.[random.Next(0, reel3.Length)] |] - let results = [| BigBrother ; BigBrother ; BigBrother |] +// let results = [| BigBrother ; BigBrother ; BigBrother |] let getPrize (results : SlotSymbol array) = prizeTable |> Array.tryPick (fun (s1,s2,s3,prize) ->