mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-22 07:23:37 +02:00
Fixes
This commit is contained in:
parent
98a28ac7b9
commit
5ee86e258b
6 changed files with 6 additions and 37 deletions
|
|
@ -510,7 +510,7 @@ export default class DhpActor extends Actor {
|
|||
return await rollClass.build(config);
|
||||
}
|
||||
|
||||
async traitDiceRoll(trait, options = {}) {
|
||||
async rollTrait(trait, options = {}) {
|
||||
const abilityLabel = game.i18n.localize(abilities[trait].label);
|
||||
const config = {
|
||||
event: event,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue