Full reroll management
Release Creation / build (release) Successful in 43s

This commit is contained in:
2026-06-28 08:39:55 +02:00
parent bb005ee9fc
commit 05c93f9475
2 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -1505,7 +1505,7 @@ export default class LethalFantasyRoll extends Roll {
if (this.type === "weapon-attack" && this.rollTarget?.weapon) {
const weapon = this.rollTarget.weapon
weaponDamageOptions = {
weaponId: weapon.id,
weaponId: weapon._id || weapon.id,
weaponName: weapon.name,
damageM: weapon.system?.damage?.damageM
}