Fix weapon in the HUD

This commit is contained in:
2024-09-01 20:39:25 +02:00
parent 8d9f09c18c
commit 3aa8c0f0af
4 changed files with 4 additions and 4 deletions

View File

@ -769,7 +769,7 @@ export class RdDUtility {
/* -------------------------------------------- */
static createMonnaie(name, cout, img = "", enc = 0.01) {
let piece = {
name: name, type: 'monnaie', img: img, _id: randomID(16),
name: name, type: 'monnaie', img: img, _id: foundry.utils.randomID(16),
dasystemta: {
quantite: 0,
cout: cout,