계략이 항상 성공하는 버그 수정

This commit is contained in:
2018-08-22 14:43:01 +09:00
parent bbc7f5a734
commit cfbeba3de1
+2
View File
@@ -18,6 +18,8 @@ function calcSabotageAttackScore(string $statType, array $general, array $nation
throw new MustNotBeReachedException();
}
$genScore /= GameConst::$sabotageProbCoefByStat;
$specialScore = 0;
if($general['special'] == 31){