Renamed groupAttack.nr to groupAttack.numAttackers

This commit is contained in:
WBHarry 2026-04-05 21:10:38 +02:00
parent 393363a7ee
commit f42fa2668b
4 changed files with 8 additions and 8 deletions

View file

@ -294,7 +294,7 @@ export default class DHBaseAction extends ActionMixin(foundry.abstract.DataModel
config.damageOptions = {
groupAttack: this.damage.groupAttack
? {
nr: Math.max(groupAttackTokens.length, 1),
numAttackers: Math.max(groupAttackTokens.length, 1),
range: this.damage.groupAttack
}
: null