중첩된 내용 merge
This commit is contained in:
@@ -189,10 +189,5 @@ function setLeadershipBonus(&$general, $nationLevel){
|
||||
function CriticalScoreEx(string $type):float {
|
||||
if($type == 'success'){
|
||||
return Util::randRange(2.2, 3.0);
|
||||
}
|
||||
if($type == 'fail'){
|
||||
return Util::randRange(0.2, 0.4);
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user