mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04: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,
|
MaxInvocations = 3,
|
||||||
Window = TimeSpan.FromSeconds(15)
|
Window = TimeSpan.FromSeconds(15)
|
||||||
};
|
};
|
||||||
private static double _houseEdge = 0.05; // house edge hack?
|
private static double _houseEdge = 0.015; // house edge hack?
|
||||||
|
|
||||||
// game assets
|
// game assets
|
||||||
private const string HAIRSPACE = " ";
|
private const string HAIRSPACE = " ";
|
||||||
|
|||||||
Reference in New Issue
Block a user