Fix ranged defense + HTH attacks

This commit is contained in:
2026-05-01 23:32:53 +02:00
parent 841ed82277
commit 55d1b41ca4
4 changed files with 50 additions and 4 deletions
+1
View File
@@ -302,6 +302,7 @@ export default class LethalFantasyRoll extends Roll {
dice = options.rollTarget.damageDice
dice = dice.replace("E", "")
baseFormula = dice
if (options.rollTarget.noExplode) hasMaxValue = false
}