muh
This commit is contained in:
		@@ -118,7 +118,7 @@ bot.on("message", async e => {
 | 
			
		||||
    if(e.message.endsWith('to call)')) { // callphase
 | 
			
		||||
      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
 | 
			
		||||
          action = 'c';
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user