game: 피장파장 딜레이를 최소 72턴으로로

This commit is contained in:
2021-11-08 15:10:45 +09:00
parent f8ddbc0622
commit 8d90da659e
@@ -132,6 +132,7 @@ class che_피장파장 extends Command\NationCommand{
$nextTerm = Util::round(sqrt($genCount*2)*10);
$nextTerm = $this->generalObj->onCalcStrategic($this->getName(), 'delay', $nextTerm);
$nextTerm = Util::valueFit($nextTerm, 72);
return $nextTerm;
}