강행, 단련 추가

This commit is contained in:
2018-10-17 02:01:00 +09:00
parent 9846d7f8e4
commit cbd2e136ed
6 changed files with 245 additions and 197 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ class ReqGeneralCrew extends Constraint{
return true;
}
$this->reason = "병사들이 없습니다.";
$this->reason = "병사가 모자랍니다.";
return false;
}
}