From ee27b06822050280ef8255df38e798afea414bde Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 11 May 2020 01:38:47 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=8F=99=EC=8B=9C=20=EC=82=AC?= =?UTF-8?q?=EA=B8=B0=20=ED=95=98=EB=9D=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/General/che_이동.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/sammo/Command/General/che_이동.php b/hwe/sammo/Command/General/che_이동.php index e105a15e..fa647d63 100644 --- a/hwe/sammo/Command/General/che_이동.php +++ b/hwe/sammo/Command/General/che_이동.php @@ -170,6 +170,7 @@ class che_이동 extends Command\GeneralCommand [$reqGold, $reqRice] = $this->getCost(); $general->increaseVarWithLimit('gold', -$reqGold, 0); + $general->increaseVarWithLimit('atmos', -5, 20); $general->addExperience($exp); $general->increaseVar('leadership_exp', 1); $general->setResultTurn(new LastTurn(static::getName(), $this->arg));