No more jackpot

This commit is contained in:
Joseph Ferano 2022-04-21 13:17:46 +07:00
parent 2cf39cd47a
commit d9d9f993fa

View File

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