장수 커맨드 설명 추가
This commit is contained in:
@@ -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)";
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user