mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-04-30 03:22:04 -04:00
Revert apocalyptic house edge for lambchop (it's rigged!)
This commit is contained in:
@@ -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 = " ";
|
||||
|
||||
Reference in New Issue
Block a user