diff --git a/hwe/func_process_sabotage.php b/hwe/func_process_sabotage.php index 0e756f0b..cf4bb722 100644 --- a/hwe/func_process_sabotage.php +++ b/hwe/func_process_sabotage.php @@ -18,6 +18,8 @@ function calcSabotageAttackScore(string $statType, array $general, array $nation throw new MustNotBeReachedException(); } + $genScore /= GameConst::$sabotageProbCoefByStat; + $specialScore = 0; if($general['special'] == 31){