Weapon attacke management, step1

This commit is contained in:
2021-12-25 23:26:27 +01:00
parent 498b5bc4a6
commit a8d4d40106
8 changed files with 277 additions and 6 deletions

View File

@ -186,7 +186,7 @@ export class BoLActorSheet extends ActorSheet {
BoLRoll.aptitudeCheck(this.actor, actorData, dataset, event);
break;
case "weapon":
console.log("ROLL WEAPON !!!"); // TODO
BoLRoll.weaponCheck(this.actor, actorData, dataset, event);
break;
default : break;
}