가오픈 merge

This commit is contained in:
2019-05-10 01:29:01 +09:00
15 changed files with 97 additions and 38 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ class NPC{
$level = $nationID?1:0;
}
$turntime = \sammo\getRandTurn($env['turnterm']);
$turntime = \sammo\getRandTurn($env['turnterm'], new \DateTimeImmutable($env['turntime']));
$killturn = ($this->death - $year) * 12 + mt_rand(0, 11);