From 03675349d8247942a4837896ce7cae282f7af64f Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 15 Jun 2022 00:35:40 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=82=AC=EA=B8=B0=EC=A7=84=EC=9E=91=20?= =?UTF-8?q?=EC=BB=A4=EB=A7=A8=EB=93=9C=EA=B0=80=20=EA=B8=88=EC=86=8C?= =?UTF-8?q?=EB=AA=A8=EB=A5=BC=20=ED=95=98=EC=A7=80=20=EC=95=8A=EC=9D=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/General/che_사기진작.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hwe/sammo/Command/General/che_사기진작.php b/hwe/sammo/Command/General/che_사기진작.php index f4dc8829..62c1757f 100644 --- a/hwe/sammo/Command/General/che_사기진작.php +++ b/hwe/sammo/Command/General/che_사기진작.php @@ -98,6 +98,9 @@ class che_사기진작 extends Command\GeneralCommand{ $general->addDex($general->getCrewTypeObj(), $score, false); + [$reqGold,] = $this->getCost(); + $general->increaseVarWithLimit('gold', -$reqGold, 0); + $general->addExperience($exp); $general->addDedication($ded); $general->increaseVar('leadership_exp', 1);