Fix to damage roll

This commit is contained in:
WBHarry 2025-06-08 22:56:14 +02:00
parent 5e0ab9458d
commit d158d87620
3 changed files with 4 additions and 4 deletions

View file

@ -277,8 +277,8 @@ export default class DhlevelUp extends HandlebarsApplicationMixin(ApplicationV2)
context.achievements = {
proficiency: {
old: this.actor.system.proficiency.value,
new: this.actor.system.proficiency.value + achivementProficiency,
old: this.actor.system.proficiency,
new: this.actor.system.proficiency + achivementProficiency,
shown: achivementProficiency > 0
},
damageThresholds: {