버그 수정
This commit is contained in:
@@ -42,7 +42,7 @@ class che_감축 extends Command\NationCommand{
|
||||
$env = $this->env;
|
||||
|
||||
if($general->getNationID()===0){
|
||||
$this->permissionConstraints=[
|
||||
$this->minConditionConstraints=[
|
||||
ConstraintHelper::NotBeNeutral(),
|
||||
];
|
||||
$this->fullConditionConstraints=[
|
||||
|
||||
@@ -148,6 +148,10 @@ class che_불가침수락 extends Command\NationCommand
|
||||
];
|
||||
}
|
||||
|
||||
public function canDisplay():bool{
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getCost(): array
|
||||
{
|
||||
return [0, 0];
|
||||
|
||||
@@ -103,6 +103,10 @@ class che_불가침파기수락 extends Command\NationCommand
|
||||
];
|
||||
}
|
||||
|
||||
public function canDisplay():bool{
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getCost(): array
|
||||
{
|
||||
return [0, 0];
|
||||
|
||||
@@ -110,6 +110,10 @@ class che_종전수락 extends Command\NationCommand
|
||||
];
|
||||
}
|
||||
|
||||
public function canDisplay():bool{
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getCost(): array
|
||||
{
|
||||
return [0, 0];
|
||||
|
||||
@@ -41,7 +41,7 @@ class che_증축 extends Command\NationCommand{
|
||||
$env = $this->env;
|
||||
|
||||
if($general->getNationID()===0){
|
||||
$this->permissionConstraints=[
|
||||
$this->minConditionConstraints=[
|
||||
ConstraintHelper::NotBeNeutral(),
|
||||
];
|
||||
$this->fullConditionConstraints=[
|
||||
|
||||
Reference in New Issue
Block a user