선포 기준 변경

This commit is contained in:
2020-04-25 22:37:51 +09:00
parent efcb71e866
commit 184a43ccf5
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -1585,6 +1585,7 @@ class GeneralAI
$trialProp += ($devRate['pop'] + $devRate['all']) / 2;
$trialProp /= 3;
$trialProp = $trialProp**3;
if(!Util::randBool($trialProp)){
return null;