diff --git a/Bot/PlayerInteractions.fs b/Bot/PlayerInteractions.fs index b7b00a3..5f5008f 100644 --- a/Bot/PlayerInteractions.fs +++ b/Bot/PlayerInteractions.fs @@ -11,8 +11,8 @@ module Commands = let newPlayer nickname (membr : uint64) = let rand = System.Random(System.Guid.NewGuid().GetHashCode()) - let randHack = rand.Next(0, 3) - let randShield = rand.Next(3, 6) + let randHack = rand.Next(0, 6) + let randShield = rand.Next(6, 12) let hack = armoury |> Array.find (fun i -> i.Id = randHack) let shield = armoury |> Array.find (fun i -> i.Id = randShield)