forked from public/foundryvtt-wh4-lang-fr-fr
Ajout de la commande /voyage et grosse MAJK de la commande /auberge
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const target = args.actor;
|
||||
|
||||
if (target.has("Ethereal") || target.has("Corruption")) {
|
||||
if (target.has("Éthéré") || target.has("Corruption")) {
|
||||
args.totalWoundLoss += 6;
|
||||
args.modifiers.other.push({label: this.effect.name, value: 6})
|
||||
}
|
||||
Reference in New Issue
Block a user