From 0aba6d2f0ab9475b34a4f019e1a0c05d2c96c898 Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Sun, 15 Jan 2023 12:42:41 +0100 Subject: [PATCH] Fix: Typo monnaie "Dragon" --- module/item-monnaie.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "" } };