Skip to content

Commit

Permalink
Individual initiative fix (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
RabidOwlbear authored May 14, 2022
1 parent a6117fd commit d8dbe64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/combat.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export class OseCombat {
updates[i].initiative = value;

//render template
let template = `${OSE.systemPath()}/dist/templates/chat/roll-individual-initiative.html`;
let template = `${OSE.systemPath()}/templates/chat/roll-individual-initiative.html`;
let tData = {
name: cbt.name,
formula: roll.formula,
Expand Down

0 comments on commit d8dbe64

Please sign in to comment.