made XP optional in experiences, so that experiences can just be journal entries
This commit is contained in:
@@ -27,7 +27,7 @@ let ExperienceSchema = schema({
|
|||||||
// The amount of XP this experience gives
|
// The amount of XP this experience gives
|
||||||
value: {
|
value: {
|
||||||
type: SimpleSchema.Integer,
|
type: SimpleSchema.Integer,
|
||||||
defaultValue: 0
|
optional: true,
|
||||||
},
|
},
|
||||||
// The real-world date that it occured
|
// The real-world date that it occured
|
||||||
date: {
|
date: {
|
||||||
|
|||||||
Reference in New Issue
Block a user