From 19f365b5d398e13e65b526bd9a96885926d0a59f Mon Sep 17 00:00:00 2001 From: Hide_D Date: Tue, 26 Dec 2023 10:14:45 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20g65=5F=EA=B3=84=EB=9E=B5=EC=84=B1?= =?UTF-8?q?=EA=B3=B5=20=EB=B3=B4=EC=A0=95=EC=B9=98=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?-=20=EB=B0=A9=EC=96=B4=EC=9C=A8=EB=8F=84=20100%p=EA=B0=80?= =?UTF-8?q?=EA=B9=8C=EC=9D=B4=20=EB=82=98=EC=98=AC=20=EC=88=98=20=EC=9E=88?= =?UTF-8?q?=EC=9C=BC=EB=AF=80=EB=A1=9C=20200%p=20=EB=A5=BC=20=EC=B1=99?= =?UTF-8?q?=EA=B2=A8=EC=95=BC=20100%p=20=EB=8B=AC=EC=84=B1=20=EA=B0=80?= =?UTF-8?q?=EB=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/ActionBuff/g65_계략성공.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/ActionBuff/g65_계략성공.php b/hwe/sammo/ActionBuff/g65_계략성공.php index 56c96314..0808c503 100644 --- a/hwe/sammo/ActionBuff/g65_계략성공.php +++ b/hwe/sammo/ActionBuff/g65_계략성공.php @@ -12,7 +12,7 @@ class g65_계략성공 implements iAction function onCalcDomestic(string $turnType, string $varType, float $value, $aux = null): float { if($turnType == '계략'){ - if($varType == 'success') return $value + 1; + if($varType == 'success') return $value + 2; } return $value; }