fix: 징병 특기에 '비용 감소' 제거 누락
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user