Big Bad Waffle il y a 4 ans
Parent
révision
9be7c7f466
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/server/components/inventory.js

+ 1
- 1
src/server/components/inventory.js Voir le fichier

@@ -374,7 +374,7 @@ module.exports = {
});
}
if (materialDrop.length > 0) {
this.createBag(this.obj.x, this.obj.y, materialDrop);
this.createBag(this.obj.x, this.obj.y, materialDrop, this.obj.name);
messages.push({
class: 'color-redA',
message: 'Your bags are too full for your salvaged materials, they have been dropped to the ground.'


Chargement…
Annuler
Enregistrer