muh
This commit is contained in:
parent
82230c7dbf
commit
999c2960fd
|
@ -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';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user