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;