forked from public/fvtt-yggdrasill
Fix rolls and various glitches
This commit is contained in:
@@ -40,7 +40,7 @@ export class YggdrasillFigurantSheet extends ActorSheet {
|
||||
effetsmagiques: this.actor.getEffetsMagiques(),
|
||||
encTotal: this.actor.getEncTotal(),
|
||||
monnaies: this.actor.getMonnaies(),
|
||||
optionsAttr: new Array(21).fill('option'),
|
||||
optionsAttr: new Array(41).fill('option'),
|
||||
optionsBase: YggdrasillUtility.createDirectOptionList(0, 20),
|
||||
options: this.options,
|
||||
owner: this.document.isOwner,
|
||||
|
||||
Reference in New Issue
Block a user