필살 확률 수정

This commit is contained in:
2018-02-01 00:01:10 +09:00
parent b5d69674ce
commit 82635727c4
+1 -1
View File
@@ -1472,8 +1472,8 @@ function CriticalRatio3($leader, $power, $intel, $crewtype) {
if ($crewtype >= 3) {
$ratio /= 2;
}
$ratio = round($ratio);
$ratio = round($ratio);
$ratio += 5;
if($ratio > 50) $ratio = 50;