This commit is contained in:
@@ -9,8 +9,8 @@ if (args.test.options.staunchBleeding)
|
||||
}
|
||||
args.test.result.other.push(`<b>${this.actor.name}</b> enlève <b>${staunch}</b> Etats Hémmoragie du patient.`)
|
||||
}
|
||||
else if (this.actor.characteristics.int.bonus + Number(args.Test.result.SL) < 0)
|
||||
else if (this.actor.characteristics.int.bonus + Number(args.test.result.SL) < 0)
|
||||
{
|
||||
args.Test.result.other.push(`Le patient contracte une @UUID[Compendium.wfrp4e-core.items.Item.1hQuVFZt9QnnbWzg]{Infection Mineure}.`)
|
||||
args.test.result.other.push(`Le patient contracte une @UUID[Compendium.wfrp4e-core.items.Item.1hQuVFZt9QnnbWzg]{Infection Mineure}.`)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user