if (args.totalWoundLoss > 0)
{
args.opposedTest.result.other.push(
`@Corruption[minor]{Minor Exposure to Corruption}`
)
this.script.scriptMessage(
`${this.effect.name}:
@Corruption[minor]{Minor Exposure to Corruption}
${args.actor.prototypeToken.name} must take an
Average (+20%) Corruption (Minor) Test`,
{whisper: ChatMessage.getWhisperRecipients("GM")})
}