From e0029fdc878eaf84add0f35aa8f9f279de40fcd2 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 22 Aug 2018 02:44:59 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=84=ED=88=AC=20=EC=A4=91=20=EC=82=AC?= =?UTF-8?q?=EA=B8=B0=20=EC=A6=9D=EA=B0=80=EA=B0=80=20=EC=A0=9C=EB=8C=80?= =?UTF-8?q?=EB=A1=9C=20=EB=B0=98=EC=98=81=EB=90=98=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/WarUnitGeneral.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/WarUnitGeneral.php b/hwe/sammo/WarUnitGeneral.php index b5cf8947..9e484080 100644 --- a/hwe/sammo/WarUnitGeneral.php +++ b/hwe/sammo/WarUnitGeneral.php @@ -94,7 +94,7 @@ class WarUnitGeneral extends WarUnit{ } function addAtmos(int $atmos){ - $this->increaseVarWithLimit('atmos', $train, 0, GameConst::$maxAtmosByWar); + $this->increaseVarWithLimit('atmos', $atmos, 0, GameConst::$maxAtmosByWar); } function getComputedTrain(){