fix: 불가침 제의를 같은 국가로 지정할 수 있는 버그 수정
This commit was merged in pull request #242.
This commit is contained in:
@@ -117,6 +117,7 @@ class che_불가침제의 extends Command\NationCommand
|
|||||||
ConstraintHelper::BeChief(),
|
ConstraintHelper::BeChief(),
|
||||||
ConstraintHelper::NotBeNeutral(),
|
ConstraintHelper::NotBeNeutral(),
|
||||||
ConstraintHelper::ExistsDestNation(),
|
ConstraintHelper::ExistsDestNation(),
|
||||||
|
ConstraintHelper::DifferentDestNation(),
|
||||||
ConstraintHelper::DisallowDiplomacyBetweenStatus([
|
ConstraintHelper::DisallowDiplomacyBetweenStatus([
|
||||||
0 => '아국과 이미 교전중입니다.',
|
0 => '아국과 이미 교전중입니다.',
|
||||||
1 => '아국과 이미 선포중입니다.',
|
1 => '아국과 이미 선포중입니다.',
|
||||||
|
|||||||
Reference in New Issue
Block a user