forked from devsam/core
첩보 가격이 저렴한 버그 수정
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user