Ajout de la commande /voyage et grosse MAJK de la commande /auberge
This commit is contained in:
@@ -3,10 +3,10 @@ if (this.item.system.quantity.value)
|
||||
this.item.system.reduceQuantity();
|
||||
let actor = Array.from(game.user.targets)[0]?.actor || this.actor;
|
||||
let effectData = this.item.effects.contents[1].convertToApplied();
|
||||
effectData.flags.wfrp4e.sourceItem = this.item.uuid
|
||||
effectData.system.sourceData.item = this.item.uuid
|
||||
actor.applyEffect({effectData : [effectData]})
|
||||
}
|
||||
else
|
||||
{
|
||||
this.script.scriptNotification("Aucun restant!", "error")
|
||||
this.script.notification("Plus rien !", "error")
|
||||
}
|
||||
Reference in New Issue
Block a user