Implement the DiceField and required changes to get it working (closes #179)
This commit is contained in:
parent
0064e10635
commit
327f921b9c
5 changed files with 62 additions and 40 deletions
|
|
@ -92,7 +92,7 @@ export class PlayerSheetv2 extends GenericActorSheet {
|
|||
|
||||
get #statData() {
|
||||
const stats = [];
|
||||
const usedDice = new Set(Object.values(this.actor.system.stats));
|
||||
const usedDice = new Set(Object.values(this.actor.preAE.stats));
|
||||
for (const statName in this.actor.system.stats) {
|
||||
const stat = {
|
||||
key: statName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue