턴 표기 '드디어' 추가
This commit is contained in:
@@ -215,6 +215,10 @@ abstract class BaseCommand{
|
||||
return static::getName();
|
||||
}
|
||||
|
||||
public function getRawClassName():string{
|
||||
return static::class;
|
||||
}
|
||||
|
||||
public function getCompensationStyle():?int{
|
||||
//1 : Positive
|
||||
//0 : Neutral
|
||||
|
||||
@@ -139,6 +139,7 @@ class che_거병 extends Command\GeneralCommand{
|
||||
'turn_idx'=>$turnIdx,
|
||||
'action'=>'휴식',
|
||||
'arg'=>null,
|
||||
'brief'=>'휴식',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user