Skip to content

Commit

Permalink
Update Base.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mclemente committed Aug 7, 2024
1 parent 00b2a1b commit b1e9a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/providers/templates/Base.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default class EstimationProvider {
}
} else if (hp.max === undefined) {
throw new Error(
`Token ${token.name}'s HP has no maximum value. Set it up if you intend for the estimation to work.`
`Token ${token.name}'s HP has no maximum value and the etimation can't be calculated without it.`
);
}
}
Expand Down

0 comments on commit b1e9a32

Please sign in to comment.