버그 수정

This commit is contained in:
2020-05-04 20:01:23 +09:00
parent 76ac6cf5b5
commit 91f2be6759
12 changed files with 39 additions and 8 deletions
+1 -1
View File
@@ -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];
+1 -1
View File
@@ -41,7 +41,7 @@ class che_증축 extends Command\NationCommand{
$env = $this->env;
if($general->getNationID()===0){
$this->permissionConstraints=[
$this->minConditionConstraints=[
ConstraintHelper::NotBeNeutral(),
];
$this->fullConditionConstraints=[