diff --git a/hwe/sammo/Command/Nation/che_피장파장.php b/hwe/sammo/Command/Nation/che_피장파장.php index 9083474d..211f4335 100644 --- a/hwe/sammo/Command/Nation/che_피장파장.php +++ b/hwe/sammo/Command/Nation/che_피장파장.php @@ -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; }