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