diff --git a/src/module/sheets/characterSheet.mjs b/src/module/sheets/characterSheet.mjs index 6cbfdead..6cf3a150 100644 --- a/src/module/sheets/characterSheet.mjs +++ b/src/module/sheets/characterSheet.mjs @@ -517,7 +517,7 @@ class CharacterSheet extends HandlebarsApplicationMixin(ActorSheetV2) { isRanged: true, at: `${this.document.system.fk.aktuell + skill.system.at}`, tp: `${fernkampf.system.rangedAttackDamage}`, - ini: `${context.inidice}w6 + ${context.inivalue + fernkampf.system.iniModifier ?? 0}`, + ini: `${context.inidice}w6 + ${context.inivalue ?? 0}`, }) } })