오타 수정

This commit is contained in:
2019-04-20 02:54:24 +09:00
parent b8daf9882b
commit ae3688577d
2 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -187,7 +187,8 @@ function setLeadershipBonus(&$general, $nationLevel){
}
function CriticalScoreEx(string $type):float {
if($type == 'success'){
if ($type == 'success') {
return Util::randRange(2.2, 3.0);
}
}