Added character list. Fixed TempHP

This commit is contained in:
Thaum
2015-03-13 12:49:00 +00:00
parent 059ebf7db2
commit 9722a19c89
11 changed files with 141 additions and 7 deletions

View File

@@ -164,7 +164,7 @@ Schemas.Character = new SimpleSchema({
deathSave: { type: Schemas.DeathSave },
//permissions
owner: { type: String, regEx: SimpleSchema.RegEx.Id, optional: true },
owner: { type: String, regEx: SimpleSchema.RegEx.Id },
readers: { type: [String], regEx: SimpleSchema.RegEx.Id, defaultValue: [] },
writers: { type: [String], regEx: SimpleSchema.RegEx.Id, defaultValue: [] },
color: {type: String, allowedValues: _.pluck(colorOptions, "key"), defaultValue: "q"},