Preliminary rolls

This commit is contained in:
2021-11-01 23:06:34 +01:00
parent 954c95e606
commit 7bfeb96d5e
4 changed files with 12 additions and 4 deletions

View File

@ -126,6 +126,7 @@ export class BoLActor extends Actor {
actorImg: this.img,
weapon : weapon,
target: target,
isRanged: BoLUtility.isRangedWeapon( weapon ),
defender: objectDefender,
boons : this.getBoons(),
flaws : this.getFlaws(),