This commit is contained in:
Flummi 2023-07-12 14:51:39 +02:00
parent 82230c7dbf
commit 999c2960fd
Signed by: Flummi
GPG Key ID: AA2AEF822A6F4817

View File

@ -118,7 +118,7 @@ bot.on("message", async e => {
if(e.message.endsWith('to call)')) { // callphase if(e.message.endsWith('to call)')) { // callphase
env.callamount = +e.message.match(/\((\d+) to call\)/)[1]; env.callamount = +e.message.match(/\((\d+) to call\)/)[1];
if(env.winchance < 4300) { if(env.winchance < 6500) {
if(helper.rand(5) === 1 && env.callamount < 80) { // bad hand, call anyway if(helper.rand(5) === 1 && env.callamount < 80) { // bad hand, call anyway
action = 'c'; action = 'c';
} }