Fixed default item coin colors and values
This commit is contained in:
@@ -132,7 +132,7 @@ Characters.after.insert(function (userId, char) {
|
|||||||
quantity: 0,
|
quantity: 0,
|
||||||
weight: 0.02,
|
weight: 0.02,
|
||||||
value: 0.1,
|
value: 0.1,
|
||||||
color: "n",
|
color: "q",
|
||||||
parent: {
|
parent: {
|
||||||
id: containerId,
|
id: containerId,
|
||||||
collection: "Containers"
|
collection: "Containers"
|
||||||
@@ -144,8 +144,8 @@ Characters.after.insert(function (userId, char) {
|
|||||||
charId: char._id,
|
charId: char._id,
|
||||||
quantity: 0,
|
quantity: 0,
|
||||||
weight: 0.02,
|
weight: 0.02,
|
||||||
value: 1,
|
value: 0.01,
|
||||||
color: "n",
|
color: "s",
|
||||||
parent: {
|
parent: {
|
||||||
id: containerId,
|
id: containerId,
|
||||||
collection: "Containers"
|
collection: "Containers"
|
||||||
|
|||||||
Reference in New Issue
Block a user