feat: replace game schedules with logical ticks
This commit is contained in:
@@ -653,7 +653,7 @@ class GeneralBuilder{
|
||||
$officerLevel = $nationID?1:0;
|
||||
}
|
||||
|
||||
$turntime = \sammo\getRandTurn($this->rng, $env['turnterm'], new \DateTimeImmutable($env['turntime']));
|
||||
$turntime = \sammo\getRandTurn($this->rng, $env['turnterm'], Util::toInt($env['turntime']));
|
||||
|
||||
if($this->killturn){
|
||||
$killturn = $this->killturn;
|
||||
|
||||
Reference in New Issue
Block a user