forked from public/bol
Start weapon stuff
This commit is contained in:
@ -185,6 +185,9 @@ export class BoLActorSheet extends ActorSheet {
|
||||
case "aptitude" :
|
||||
BoLRoll.aptitudeCheck(this.actor, actorData, dataset, event);
|
||||
break;
|
||||
case "weapon":
|
||||
console.log("ROLL WEAPON !!!"); // TODO
|
||||
break;
|
||||
default : break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user