1
0
Fork 0
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:
Maxime Moraine 2020-11-10 15:49:48 +01:00
parent 9c246d6fda
commit 6c25675876
4 changed files with 19 additions and 2 deletions

View file

@ -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)