Fix: Typo monnaie "Dragon"

This commit is contained in:
Vincent Vandemeulebrouck 2023-01-15 12:42:41 +01:00
parent df3e181d7f
commit 0aba6d2f0a

View File

@ -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: "" }
};