From e6049a17a2a66a27f46f39bc58a40d4b0471e270 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 27 Jul 2022 21:59:29 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B0=95=ED=96=89=EC=9D=B4=20=ED=9B=88?= =?UTF-8?q?=EB=A0=A8,=EC=82=AC=EA=B8=B0=EA=B0=80=20=EB=96=A8=EC=96=B4?= =?UTF-8?q?=EC=A7=80=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EB=AC=B8=EC=A0=9C?= 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 ff2ec0b5..2ac36f5a 100644 --- a/hwe/sammo/Command/General/che_강행.php +++ b/hwe/sammo/Command/General/che_강행.php @@ -152,6 +152,8 @@ class che_강행 extends Command\GeneralCommand [$reqGold, $reqRice] = $this->getCost(); $general->increaseVarWithLimit('gold', -$reqGold, 0); + $general->increaseVarWithLimit('train', -5, 20); + $general->increaseVarWithLimit('atmos', -5, 20); $general->addExperience($exp); $general->increaseVar('leadership_exp', 1); $this->setResultTurn(new LastTurn(static::getName(), $this->arg));