From fd1831587da95bb505bb042199093c301b0dfa78 Mon Sep 17 00:00:00 2001 From: Thaum Date: Mon, 30 Mar 2015 08:03:13 +0000 Subject: [PATCH] Fixed default item coin colors and values --- rpg-docs/Model/Inventory/Items.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"