This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
if (args.sourceTest.options.doubleDamage)
|
||||
{
|
||||
args.modifiers.other.push({label: this.effect.name, value: args.totalWoundLoss});
|
||||
args.totalWoundLoss *= 2;
|
||||
}
|
||||
Reference in New Issue
Block a user