forked from public/foundryvtt-wh4-lang-fr-fr
Sync to latest WFRP release
This commit is contained in:
12
scripts/s3Wg2xd6AlJ4sz3n.js
Normal file
12
scripts/s3Wg2xd6AlJ4sz3n.js
Normal file
@@ -0,0 +1,12 @@
|
||||
let damage = this.actor.itemTypes.mutation * 6;
|
||||
|
||||
if (!damage)
|
||||
{
|
||||
return
|
||||
}
|
||||
|
||||
await this.actor.applyDamage(damage, {
|
||||
loc: "roll",
|
||||
damageType: game.wfrp4e.config.DAMAGE_TYPE.IGNORE_ALL,
|
||||
createMessage: this.script.getChatData(),
|
||||
});
|
||||
Reference in New Issue
Block a user