diff --git a/hwe/js/join.js b/hwe/js/join.js index f7066b8a..26ce6d38 100644 --- a/hwe/js/join.js +++ b/hwe/js/join.js @@ -173,4 +173,16 @@ jQuery(function($){ } return true; }); + + var randomGenType = Math.floor(Math.random()*7); + if(randomGenType < 3){ + abilityLeadpow(); + } + else if(randomGenType < 6){ + abilityLeadint(); + } + else{ + abilityPowint(); + } + }); \ No newline at end of file