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:
7
scripts/0wR0LWpfhLFA240I.js
Normal file
7
scripts/0wR0LWpfhLFA240I.js
Normal file
@@ -0,0 +1,7 @@
|
||||
let value = await ValueDialog.create({
|
||||
title : this.script.label,
|
||||
text: "Notes de Victoire pour le Journal d'Expérience"
|
||||
});
|
||||
value
|
||||
? this.actor.system.awardExp(50, value)
|
||||
: this.actor.system.awardExp(50, this.script.label)
|
||||
Reference in New Issue
Block a user