장수 생성시 초기 스탯으로 '임의 버튼을 클릭'하도록 지정

This commit is contained in:
2018-09-24 02:16:42 +09:00
parent c0fc922597
commit 4d22814b95
+12
View File
@@ -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();
}
});