game: 이민족 발동 관련 변경

- 이민족 멸망 후 타국가 임관
- 이민족 발동 시 명성을 평균치로
This commit is contained in:
2022-01-21 01:00:31 +09:00
parent 5db3bdcef9
commit fc0c81e2ca
3 changed files with 23 additions and 17 deletions
@@ -55,6 +55,11 @@ class AllowJoinDestNation extends Constraint{
return false;
}
if(($this->general['npc'] != 9) && \str_starts_with($this->destNation['name'], 'ⓞ')){
$this->reason = "이민족 국가에 임관할 수 없습니다.";
return false;
}
$joinedNations = $this->general['auxVar']['joinedNations']??[];
if(in_array($this->destNation['nation'], $joinedNations)){
$this->reason = "이미 임관했었던 국가입니다.";