9 lines
289 B
JavaScript
9 lines
289 B
JavaScript
if (args.sourceItem?.system.properties?.qualities.hack && !args.hackReminder)
|
|
{
|
|
args.hackReminder = true;
|
|
if (args.opposedTest)
|
|
{
|
|
args.opposedTest.result.other.push(`<strong>${this.effect.name}</strong> : Tranchant inflige ${this.item.Advances} dégâts supplémentaires`)
|
|
}
|
|
}
|