장수 생성시 초기 스탯으로 '임의 버튼을 클릭'하도록 지정
This commit is contained in:
@@ -173,4 +173,16 @@ jQuery(function($){
|
|||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
var randomGenType = Math.floor(Math.random()*7);
|
||||||
|
if(randomGenType < 3){
|
||||||
|
abilityLeadpow();
|
||||||
|
}
|
||||||
|
else if(randomGenType < 6){
|
||||||
|
abilityLeadint();
|
||||||
|
}
|
||||||
|
else{
|
||||||
|
abilityPowint();
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user