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,11 +1,11 @@
|
||||
if (this.item.system.quantity.value)
|
||||
{
|
||||
game.wfrp4e.utility.postCorruptionTest("minor", this.script.getChatData());
|
||||
CorruptionMessageModel.createCorruptionMessage("minor", this.script.getChatData());
|
||||
this.item.system.reduceQuantity();
|
||||
let actor = Array.from(game.user.targets)[0]?.actor || this.actor;
|
||||
actor.applyEffect({effectData : [this.item.effects.contents[1].convertToApplied()]})
|
||||
}
|
||||
else
|
||||
{
|
||||
this.script.scriptNotification("Quantité insuffisante!", "error")
|
||||
this.script.notification("Plus rien !", "error")
|
||||
}
|
||||
Reference in New Issue
Block a user