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

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