mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 05:04:21 +00:00
corrections sur la gestion des metadonnées hors cadre
This commit is contained in:
parent
9c246d6fda
commit
6c25675876
4 changed files with 19 additions and 2 deletions
|
|
@ -278,6 +278,9 @@ export default {
|
|||
},
|
||||
|
||||
displaySkillBonus (skill) {
|
||||
if (skill.name == 'custom') {
|
||||
return skill.value
|
||||
}
|
||||
let result = stats.skills[skill.name].label
|
||||
if (skill.invalid) {
|
||||
result += ' ' + displayBonus(skill.value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue