|
|
|
@@ -2148,8 +2148,9 @@ function renderSkill(skill, option = {}) |
|
|
|
}
|
|
|
|
if (targets != undefined)
|
|
|
|
{
|
|
|
|
console.debug(targets)
|
|
|
|
targetDict.target = targets.map(target=>
|
|
|
|
tsp?.target[target.replaceAll("-","_")]())
|
|
|
|
tsp?.target[target.replaceAll("-","_")]?.())
|
|
|
|
.nodeJoin(tsp.word.slight_pause());
|
|
|
|
attrs_types.push(targetDict.target);
|
|
|
|
}
|
|
|
|
|