Add Roll Modification (#61)
Changes: + add roll Mod (only for attributes) + check for roll mods when rolling on attributes
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user