5 lines
212 B
JavaScript
5 lines
212 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>: Blocked Critical Hit`)
|
|
} |