4 lines
114 B
JavaScript
4 lines
114 B
JavaScript
if (args.sizeDiff < 0 ) {
|
|
args.damage += 3
|
|
args.breakdown.other.push({label : this.effect.name, value : 3});
|
|
} |