forked from public/foundryvtt-wh4-lang-fr-fr
5 lines
255 B
JavaScript
5 lines
255 B
JavaScript
if (args.opposedTest.attackerTest.weapon?.system.properties?.qualities.hack && !args.hackReminder)
|
|
{
|
|
args.hackReminder = true;
|
|
args.opposedTest.result.other.push(`<strong>${this.effect.name}</strong>: Hack causes ${this.item.Advances} extra damage`)
|
|
} |