시작나이 25세부터 32세로 변경

This commit is contained in:
2018-03-11 01:20:59 +09:00
committed by Hide_D
parent 7be3104660
commit 086b579fb5
+2 -2
View File
@@ -141,7 +141,7 @@ if($id_num) {
}
$city = $city[city];
$total = rand() % 6;
$total = 3 + rand() % 3;
$pleader = rand() % 100;
$ppower = rand() % 100;
$pintel = rand() % 100;
@@ -154,7 +154,7 @@ if($id_num) {
$power = $power + $ppower;
$intel = $intel + $pintel;
$age = 20 + ($pleader + $ppower + $pintel) * 2 + (rand() % 2);
$age = 20 + ($pleader + $ppower + $pintel) * 2 - (rand() % 2);
// 아직 남았고 천재등록상태이면 특기 부여
if($genius == 1) {
$specage2 = $age;