버그 수정

This commit is contained in:
2020-03-28 19:56:11 +09:00
parent 9a67ac7509
commit 6f47e92050
7 changed files with 8 additions and 857 deletions
@@ -51,7 +51,7 @@ class che_전투태세 extends Command\GeneralCommand{
}
public function getCost():array{
$crew = $this->getVar('crew');
$crew = $this->generalObj->getVar('crew');
$techCost = getTechCost($this->nation['tech']);
return [Util::round($crew / 100 * 3 * $techCost), 0];
}