This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
let roll = await new Roll("2d10").roll();
|
||||
roll.toMessage(this.script.getChatData());
|
||||
|
||||
this.actor.applyDamage(roll.total, {
|
||||
damageType: game.wfrp4e.config.DAMAGE_TYPE.IGNORE_ALL,
|
||||
createMessage: this.script.getChatData()
|
||||
});
|
||||
Reference in New Issue
Block a user