mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 12:32:03 -04:00
oval shaped wheel game (#7)
* fix dice lose print * dice can now display rigged results * lambchop * removed GetRandomNext * updated lambchop randomness to use GetRandomNumber() * Change lambchop game timeout to 12 seconds * lambchop quickfix * sync * wheel game * new newBalance calculation
This commit is contained in:
committed by
GitHub
parent
26d2305a6c
commit
711ce75a8b
@@ -207,7 +207,7 @@ public class LambchopCommand : ICommand
|
||||
continue;
|
||||
}
|
||||
}
|
||||
if (Random.Shared.NextDouble() <= 0.15)
|
||||
if (Money.GetRandomDouble(gambler) <= 0.15)
|
||||
{
|
||||
//fakeouts
|
||||
// forrest or desert
|
||||
|
||||
Reference in New Issue
Block a user