유저장은 자동 사령턴 켬끔 가능

This commit is contained in:
2020-06-06 13:20:01 +09:00
parent ac5d2268e5
commit 522f5c8a86
5 changed files with 855 additions and 839 deletions
+3
View File
@@ -3251,6 +3251,9 @@ class GeneralAI
$month = $this->env['month'];
if($npcType >= 2){
if(!($general->getAuxVar('use_auto_nation_turn')??1)){
$general->setAuxVar('use_auto_nation_turn', 1);
}
if($general->getVar('officer_level') == 12){
if (in_array($month, [3, 6, 9, 12])) {
$this->choosePromotion();