Fixed default item coin colors and values

This commit is contained in:
Thaum
2015-03-30 08:03:13 +00:00
parent fef2a1083a
commit fd1831587d

View File

@@ -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"