arg 경고 회피, 사령부 버그 수정, 턴반복 추가

This commit is contained in:
2020-03-07 23:12:59 +09:00
parent 29c7e3696a
commit 5a1003ad71
11 changed files with 120 additions and 36 deletions
+3
View File
@@ -26,6 +26,9 @@ class che_발령 extends Command\NationCommand{
static public $reqArg = true;
protected function argTest():bool{
if($this->arg === null){
return false;
}
//NOTE: 사망 직전에 턴을 넣을 수 있으므로, 존재하지 않는 장수여도 argTest에서 바로 탈락시키지 않음
if(!key_exists('destGeneralID', $this->arg)){
return false;