5 lines
243 B
JavaScript
5 lines
243 B
JavaScript
if (args.totalWoundLoss > 0)
|
|
{
|
|
args.totalWoundLoss += 2;
|
|
args.modifiers.other.push({label : this.effect.name, value : 2})
|
|
} |