기본 커맨드 입력 가능하도록 구현
This commit is contained in:
@@ -63,7 +63,7 @@ class che_첩보 extends Command\GeneralCommand{
|
||||
|
||||
public function getCost():array{
|
||||
$env = $this->env;
|
||||
return [$env['develcost'], 0];
|
||||
return [$env['develcost'], $env['develcost']];
|
||||
}
|
||||
|
||||
public function getPreReqTurn():int{
|
||||
|
||||
Reference in New Issue
Block a user