diff --git a/module/item-monnaie.js b/module/item-monnaie.js index 11946207..5e091b7f 100644 --- a/module/item-monnaie.js +++ b/module/item-monnaie.js @@ -17,7 +17,7 @@ const MONNAIE_ARGENT = { system: { quantite: 0, cout: 1, encombrement: 0.003, description: "" } }; const MONNAIE_OR = { - name: "Dreagon (or)", type: 'monnaie', + name: "Dragon (or)", type: 'monnaie', img: "systems/foundryvtt-reve-de-dragon/icons/objets/piece_or_sol.webp", system: { quantite: 0, cout: 10, encombrement: 0.004, description: "" } };