From a2b20eca67091ff2feb63b6770c0e4b9faf93100 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 24 Sep 2018 02:16:42 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=A5=EC=88=98=20=EC=83=9D=EC=84=B1?= =?UTF-8?q?=EC=8B=9C=20=EC=B4=88=EA=B8=B0=20=EC=8A=A4=ED=83=AF=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20'=EC=9E=84=EC=9D=98=20=EB=B2=84=ED=8A=BC=EC=9D=84?= =?UTF-8?q?=20=ED=81=B4=EB=A6=AD'=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=A7=80?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/js/join.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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