diff --git a/KfChatDotNetBot/Commands/Kasino/LambchopCommand.cs b/KfChatDotNetBot/Commands/Kasino/LambchopCommand.cs index e3cb28e..e7a8a2c 100644 --- a/KfChatDotNetBot/Commands/Kasino/LambchopCommand.cs +++ b/KfChatDotNetBot/Commands/Kasino/LambchopCommand.cs @@ -29,7 +29,7 @@ public class LambchopCommand : ICommand MaxInvocations = 3, Window = TimeSpan.FromSeconds(15) }; - private static double _houseEdge = 0.05; // house edge hack? + private static double _houseEdge = 0.015; // house edge hack? // game assets private const string HAIRSPACE = " ";