출병 기준 수정
This commit is contained in:
@@ -2314,6 +2314,9 @@ class GeneralAI
|
||||
if($general->getVar('atmos') < $this->nationPolicy->properWarTrainAtmos){
|
||||
return null;
|
||||
}
|
||||
if($general->getVar('crew') < $this->nationPolicy->minWarCrew){
|
||||
return null;
|
||||
}
|
||||
|
||||
if($city['front'] === 0){
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user