diff --git a/rpg-docs/Model/Inventory/Items.js b/rpg-docs/Model/Inventory/Items.js index f22bb8ef..20f5b902 100644 --- a/rpg-docs/Model/Inventory/Items.js +++ b/rpg-docs/Model/Inventory/Items.js @@ -132,7 +132,7 @@ Characters.after.insert(function (userId, char) { quantity: 0, weight: 0.02, value: 0.1, - color: "n", + color: "q", parent: { id: containerId, collection: "Containers" @@ -144,8 +144,8 @@ Characters.after.insert(function (userId, char) { charId: char._id, quantity: 0, weight: 0.02, - value: 1, - color: "n", + value: 0.01, + color: "s", parent: { id: containerId, collection: "Containers"