Add Roll Modification (#61)

Changes:
 + add roll Mod (only for attributes)
 + check for roll mods when rolling on attributes
This commit is contained in:
2023-12-15 20:40:23 +01:00
committed by GitHub
parent 31cfd52131
commit c313d3448c
5 changed files with 21 additions and 30 deletions
-1
View File
@@ -258,7 +258,6 @@ export class M5Item extends Item {
}
const roll = new M5Roll(rollData, this.actor, item.name);
console.log(roll);
return roll.toMessage();
} else {
ChatMessage.create({