5 lines
214 B
JavaScript
5 lines
214 B
JavaScript
let test = this.actor.attacker?.test
|
|
if (test && this.item.system.protects[test.result.hitloc.result] && test.result.critical)
|
|
{
|
|
this.script.message(`<strong>${this.item.name}</strong> : Coup critique bloqué`)
|
|
} |