This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
if (args.opposedTest.attackerTest.weapon?.system.properties?.qualities.hack && !args.hackReminder)
|
||||
if (args.sourceItem?.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`)
|
||||
}
|
||||
if (args.opposedTest)
|
||||
{
|
||||
args.opposedTest.result.other.push(`<strong>${this.effect.name}</strong> : Tranchant inflige ${this.item.Advances} dégâts supplémentaires`)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user