fix: 사전거병 후 군주가 사라지는 경우에 대한 수정

This commit is contained in:
포스트모더니즘
2023-12-29 12:07:59 +09:00
parent f24aea0120
commit 69f4d8e2c7
2 changed files with 10 additions and 4 deletions
@@ -90,6 +90,10 @@ class BuildNationCandidate extends \sammo\BaseAPI
return '거병을 실패했습니다.';
}
if ($general->getNPCType() < 2){
$general->setVar('killturn', $env['killturn']);
}
return null;
}
}