통합, 항복 제거

This commit is contained in:
2020-05-07 23:48:08 +09:00
parent a5ec1c886a
commit 93363ec2e3
14 changed files with 22 additions and 537 deletions
@@ -140,10 +140,6 @@ class che_불가침수락 extends Command\NationCommand
ConstraintHelper::DisallowDiplomacyBetweenStatus([
0 => '아국과 이미 교전중입니다.',
1 => '아국과 이미 선포중입니다.',
3 => '아국과 외교 진행중입니다.',
4 => '아국과 외교 진행중입니다.',
5 => '아국과 외교 진행중입니다.',
6 => '아국과 외교 진행중입니다.',
]),
];
}
@@ -126,10 +126,6 @@ class che_불가침제의 extends Command\NationCommand
ConstraintHelper::DisallowDiplomacyBetweenStatus([
0 => '아국과 이미 교전중입니다.',
1 => '아국과 이미 선포중입니다.',
3 => '아국과 외교 진행중입니다.',
4 => '아국과 외교 진행중입니다.',
5 => '아국과 외교 진행중입니다.',
6 => '아국과 외교 진행중입니다.',
]),
];
}
@@ -95,11 +95,6 @@ class che_선전포고 extends Command\NationCommand
ConstraintHelper::DisallowDiplomacyBetweenStatus([
0 => '아국과 이미 교전중입니다.',
1 => '아국과 이미 선포중입니다.',
7 => '아국과 불가침중입니다.',
]),
ConstraintHelper::DisallowDiplomacyStatus($this->destNation['nation'], [
3 => '상대국이 외교 진행중입니다.',
5 => '상대국이 외교 진행중입니다.'
]),
];
}