등용 추가

This commit is contained in:
2018-10-21 03:02:22 +09:00
parent 42418394ed
commit c08459e370
7 changed files with 1201 additions and 7 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ class che_단련 extends Command\GeneralCommand{
$this->runnableConstraints=[
['NoNeutral'],
['ReqGeneralCrew'],
//TODO:훈련이 너무 낮습니다?
//TODO:사기가 너무 낮습니다?
['ReqGeneralValue', 'train', '훈련', GameConst::$defaultTrainHigh],
['ReqGeneralValue', 'atmos', '사기', GameConst::$defaultAtmosHigh],
['ReqGeneralGold', $reqGold],
['ReqGeneralRice', $reqRice],
];