천도 버그 수정

This commit is contained in:
2020-04-30 03:16:16 +09:00
parent d3c4dd59d2
commit e2ec3ef532
4 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ class che_감축 extends Command\NationCommand{
[$reqGold, $reqRice] = array_map('number_format', $this->getCost());
$amount = number_format($this->env['develcost'] * 5);
$reqTurn = $this->getPostReqTurn()+1;
$reqTurn = $this->getPreReqTurn()+1;
return "{$name}/{$reqTurn}턴(금 {$reqGold}, 쌀 {$reqRice} 회수)";
}