장수 커맨드 설명 추가

This commit is contained in:
2019-10-07 00:38:52 +09:00
parent 1a9168e824
commit 7e5a1d385c
21 changed files with 235 additions and 22 deletions
+7
View File
@@ -15,6 +15,9 @@ class che_모병 extends che_징병{
static protected $actionName = '모병';
static protected $costOffset = 2;
static protected $defaultTrain;
static protected $defaultAtmos;
static protected $isInitStatic = false;
protected static function initStatic()
{
@@ -22,4 +25,8 @@ class che_모병 extends che_징병{
static::$defaultAtmos = GameConst::$defaultAtmosHigh;
}
public function getCommandDetailTitle():string{
return "{$this->getName()}(통솔경험, 자금×2)";
}
}