4 lines
217 B
JavaScript
4 lines
217 B
JavaScript
if (args.totalWoundLoss > this.actor.system.status.wounds.value || args.opposedTest?.attackerTest.result.critical)
|
|
{
|
|
args.extraMessages.push(`<strong>${this.effect.name}</strong>: Can reverse Critical Wound roll`)
|
|
} |