4 lines
176 B
JavaScript
4 lines
176 B
JavaScript
if (args.test.result.misfire || args.test.result.fumble)
|
|
{
|
|
args.test.result.other.push(`<strong>${this.effect.name}</strong>: can be used to Negate Fumble / Raté Effects`)
|
|
} |