ctm / mb2-doc

Mb2, poker software
https://devctm.com
7 stars 2 forks source link

Remove split_bet values from bomb-pot stakes #1404

Closed ctm closed 2 months ago

ctm commented 2 months ago

Remove split_bet values from bomb-pot stakes.

When I first created bomb-pots, I hackily used split_bets as the minimum bet, instead of ante. Turns out, that was buggy and I switched to using the ante later, but the various structures cargo-culted the use of split_bets with bomb-pots. That is misleading and had me scratching my head a bit as I was working on structure sheet generation (#439).

So, I've already done this as a spike, just to make sure it didn't break anything. I'm creating this issue so I have an issue number I can put in the commit log.

ctm commented 2 months ago

Deploying now.