Revert apocalyptic house edge for lambchop (it's rigged!)

This commit is contained in:
barelyprofessional
2026-02-27 00:21:17 -06:00
parent 72e5115548
commit eae5a18d11

View File

@@ -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 = "";