Ajout de la commande /voyage et grosse MAJK de la commande /auberge
This commit is contained in:
@@ -1,19 +1,7 @@
|
||||
let useWard = await Dialog.wait({
|
||||
title : this.effect.name,
|
||||
content : `<p>Utiliser Ward fourni par <strong>${this.effect.name}</strong>?`,
|
||||
buttons : {
|
||||
yes : {
|
||||
label : "Yes",
|
||||
callback: () => {
|
||||
return true;
|
||||
}
|
||||
},
|
||||
no : {
|
||||
label: "No",
|
||||
callback: () => {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
let useWard = await foundry.applications.api.DialogV2.confirm({
|
||||
content : `<p>Utiliser la Protection fournie par <strong>${this.effect.name}</strong>?`,
|
||||
window : {
|
||||
title : this.effect.name,
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user