game: 피장파장 턴을 60턴 기준으로 변경(72턴 동일)

This commit is contained in:
2021-11-08 15:11:24 +09:00
parent 8d90da659e
commit b3612db7d2
@@ -132,7 +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);
$nextTerm = Util::valueFit($nextTerm, Util::round(static::$delayCnt * 1.2));
return $nextTerm;
}