diff --git a/hwe/sammo/Command/General/che_화계.php b/hwe/sammo/Command/General/che_화계.php index 3c7f04df..7bb0e1f2 100644 --- a/hwe/sammo/Command/General/che_화계.php +++ b/hwe/sammo/Command/General/che_화계.php @@ -281,6 +281,7 @@ class che_화계 extends Command\GeneralCommand $prob = GameConst::$sabotageDefaultProb + $this->calcSabotageAttackProb() - $this->calcSabotageDefenceProb($destCityGeneralList); $prob /= $dist; + $prob = Util::valueFit($prob, 0, 0.5); if (!Util::randBool($prob)) { $josaYi = JosaUtil::pick($commandName, '이');