필사즉생 구현

This commit is contained in:
2020-03-12 21:57:57 +09:00
parent 1bc468095c
commit 38bef005f7
15 changed files with 297 additions and 28 deletions
@@ -59,7 +59,7 @@ class DisallowDiplomacyStatus extends Constraint{
if($state === null){
return true;
}
$this->msg = $this->disallowStatus[$state];
$this->reason = $this->disallowStatus[$state];
return false;
}
}