Add all systems effects scripts + translations
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
let cured = await Dialog.wait({
|
||||
title : this.effect.name,
|
||||
content : "<p>Enter the number of diseases/poisons cured</p><input type='number'>",
|
||||
content : "<p>Entrez le nombre de Poisons/Maladies soignés</p><input type='number'>",
|
||||
buttons : {
|
||||
confirm : {
|
||||
label : "Confirm",
|
||||
label : "Confirmer",
|
||||
callback : (dlg) => {
|
||||
let input = dlg.find("input");
|
||||
value = parseInt(input[0].value);
|
||||
|
Reference in New Issue
Block a user