diff --git a/hwe/sammo/ActionItem/che_상성보정_과실주.php b/hwe/sammo/ActionItem/che_상성보정_과실주.php index 9ac09829..7d245101 100644 --- a/hwe/sammo/ActionItem/che_상성보정_과실주.php +++ b/hwe/sammo/ActionItem/che_상성보정_과실주.php @@ -10,7 +10,7 @@ class che_상성보정_과실주 extends \sammo\BaseItem{ protected $rawName = '과실주'; protected $name = '과실주(상성)'; - protected $info = '[전투] 유리한 병종 전투시 공격력 +10%, 피해 -10%'; + protected $info = '[전투] 대등/유리한 병종 전투시 공격력 +10%, 피해 -10%'; protected $cost = 200; protected $consumable = false; @@ -18,7 +18,7 @@ class che_상성보정_과실주 extends \sammo\BaseItem{ { $oppose = $unit->getOppose(); $attackCoef = $unit->getCrewType()->getAttackCoef($oppose->getCrewType()); - if($attackCoef <= 1){ + if($attackCoef < 1){ return null; } return new WarUnitTriggerCaller(