선포 기준 변경

This commit is contained in:
2020-04-25 22:37:51 +09:00
parent c347ee1974
commit 0e0ee29cb6
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;