game: 피장파장 딜레이를 최소 72턴으로로
This commit is contained in:
@@ -132,6 +132,7 @@ class che_피장파장 extends Command\NationCommand{
|
|||||||
$nextTerm = Util::round(sqrt($genCount*2)*10);
|
$nextTerm = Util::round(sqrt($genCount*2)*10);
|
||||||
|
|
||||||
$nextTerm = $this->generalObj->onCalcStrategic($this->getName(), 'delay', $nextTerm);
|
$nextTerm = $this->generalObj->onCalcStrategic($this->getName(), 'delay', $nextTerm);
|
||||||
|
$nextTerm = Util::valueFit($nextTerm, 72);
|
||||||
return $nextTerm;
|
return $nextTerm;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user