From 83b550adbec2b18c17372ab5b9eb0a9c446995bd Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 21 Dec 2024 08:52:08 +0000 Subject: [PATCH] =?UTF-8?q?game:=20=EA=B1=B0=EB=B3=91=EC=97=90=EB=8F=84=20?= =?UTF-8?q?'=EA=B1=B4=EA=B5=AD=20=EA=B8=88=EC=A7=80=20=ED=8C=A8=EB=84=90?= =?UTF-8?q?=ED=8B=B0=20=EC=A0=81=EC=9A=A9'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/General/che_거병.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hwe/sammo/Command/General/che_거병.php b/hwe/sammo/Command/General/che_거병.php index 71330e95..7ff07a83 100644 --- a/hwe/sammo/Command/General/che_거병.php +++ b/hwe/sammo/Command/General/che_거병.php @@ -16,6 +16,7 @@ use \sammo\Constraint\Constraint; use \sammo\Constraint\ConstraintHelper; use sammo\CityConst; use sammo\Enums\InheritanceKey; +use sammo\Enums\PenaltyKey; use function sammo\refreshNationStaticInfo; use function sammo\getAllNationStaticInfo; @@ -45,6 +46,7 @@ class che_거병 extends Command\GeneralCommand{ ConstraintHelper::BeNeutral(), ConstraintHelper::BeOpeningPart($relYear+1), ConstraintHelper::AllowJoinAction(), + ConstraintHelper::NoPenalty(PenaltyKey::NoFoundNation), ]; }