첩보 가격이 저렴한 버그 수정

This commit is contained in:
2020-05-26 00:47:42 +09:00
parent 45f883c98b
commit 08548181ed
+1 -1
View File
@@ -106,7 +106,7 @@ class che_첩보 extends Command\GeneralCommand
public function getCost(): array
{
$env = $this->env;
return [$env['develcost'], $env['develcost']];
return [$env['develcost']*3, $env['develcost']*3];
}
public function getPreReqTurn(): int