game: 이민족 발동 관련 변경
- 이민족 멸망 후 타국가 임관 - 이민족 발동 시 명성을 평균치로
This commit is contained in:
@@ -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 = "이미 임관했었던 국가입니다.";
|
||||
|
||||
Reference in New Issue
Block a user