From 71849a457b9425bb5621bcf7f15a8a00049a7830 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 26 Feb 2024 16:01:16 +0000 Subject: [PATCH] =?UTF-8?q?game:=20=EC=A2=85=ED=9A=A1=EA=B0=80=EC=9D=98=20?= =?UTF-8?q?=EC=A0=84=EB=9E=B5=20=EB=94=94=EB=A9=94=EB=A6=AC=ED=8A=B8=20?= =?UTF-8?q?=EA=B0=90=EC=86=8C=20-=20=EC=A0=84=EB=9E=B5=20=EC=BF=A8?= =?UTF-8?q?=ED=83=80=EC=9E=84=202=EB=B0=B0=20->=204/3=EB=B0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/ActionNationType/che_음양가.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/sammo/ActionNationType/che_음양가.php b/hwe/sammo/ActionNationType/che_음양가.php index edda2a98..24cab483 100644 --- a/hwe/sammo/ActionNationType/che_음양가.php +++ b/hwe/sammo/ActionNationType/che_음양가.php @@ -29,13 +29,13 @@ class che_음양가 extends \sammo\BaseNation{ if($type == 'pop' && $amount > 0){ return $amount * 1.2; } - + return $amount; } public function onCalcStrategic(string $turnType, string $varType, $value){ if($varType == 'delay'){ - return $value * 2; + return Util::round($value * 4 / 3); } return $value; }