fix: 원조를 같은 국가로 지정할 수 있는 버그 수정

This commit is contained in:
2022-07-17 16:40:40 +09:00
parent 11a98eb184
commit 9f4f7a759e
@@ -111,6 +111,7 @@ class che_물자원조 extends Command\NationCommand
ConstraintHelper::OccupiedCity(),
ConstraintHelper::BeChief(),
ConstraintHelper::SuppliedCity(),
ConstraintHelper::DifferentDestNation(),
ConstraintHelper::ReqNationGold(GameConst::$basegold + (($goldAmount > 0) ? 1 : 0)),
ConstraintHelper::ReqNationRice(GameConst::$baserice + (($riceAmount > 0) ? 1 : 0)),
ConstraintHelper::ReqNationValue('surlimit', '외교제한', '==', 0, '외교제한중입니다.'),