From b25acacb1e085af906be945449beb0c1281d0017 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 10 Sep 2022 19:04:46 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A7=95=EB=B3=91=20=ED=8A=B9=EA=B8=B0?= =?UTF-8?q?=EC=97=90=20'=EB=B9=84=EC=9A=A9=20=EA=B0=90=EC=86=8C'=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0=20=EB=88=84=EB=9D=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/ActionItem/event_전투특기_징병.php | 1 - hwe/sammo/ActionSpecialDomestic/che_event_징병.php | 1 - hwe/sammo/ActionSpecialWar/che_징병.php | 1 - 3 files changed, 3 deletions(-) diff --git a/hwe/sammo/ActionItem/event_전투특기_징병.php b/hwe/sammo/ActionItem/event_전투특기_징병.php index 17345e9a..d5209cc1 100644 --- a/hwe/sammo/ActionItem/event_전투특기_징병.php +++ b/hwe/sammo/ActionItem/event_전투특기_징병.php @@ -17,7 +17,6 @@ class event_전투특기_징병 extends \sammo\BaseItem{ public function onCalcDomestic(string $turnType, string $varType, float $value, $aux=null):float{ if(in_array($turnType, ['징병', '모병'])){ - if($varType == 'cost') return $value * 0.5; if($varType == 'train' || $varType == 'atmos'){ if($turnType === '징병'){ return 70; diff --git a/hwe/sammo/ActionSpecialDomestic/che_event_징병.php b/hwe/sammo/ActionSpecialDomestic/che_event_징병.php index 56089a7f..ea91e380 100644 --- a/hwe/sammo/ActionSpecialDomestic/che_event_징병.php +++ b/hwe/sammo/ActionSpecialDomestic/che_event_징병.php @@ -21,7 +21,6 @@ class che_event_징병 extends \sammo\BaseSpecial{ public function onCalcDomestic(string $turnType, string $varType, float $value, $aux=null):float{ if(in_array($turnType, ['징병', '모병'])){ - if($varType == 'cost') return $value * 0.5; if($varType == 'train' || $varType == 'atmos'){ if($turnType === '징병'){ return 70; diff --git a/hwe/sammo/ActionSpecialWar/che_징병.php b/hwe/sammo/ActionSpecialWar/che_징병.php index 72fbc8eb..7dafaa5f 100644 --- a/hwe/sammo/ActionSpecialWar/che_징병.php +++ b/hwe/sammo/ActionSpecialWar/che_징병.php @@ -21,7 +21,6 @@ class che_징병 extends \sammo\BaseSpecial{ public function onCalcDomestic(string $turnType, string $varType, float $value, $aux=null):float{ if(in_array($turnType, ['징병', '모병'])){ - if($varType == 'cost') return $value * 0.5; if($varType == 'train' || $varType == 'atmos'){ if($turnType === '징병'){ return 70;