WIP(warning-modal): Low health warning

This commit is contained in:
Sabe Jones
2015-08-18 16:05:48 -04:00
parent 120550666d
commit 12b0361d45
6 changed files with 37 additions and 3 deletions

View File

@@ -163,7 +163,8 @@ var UserSchema = new Schema({
armoireEnabled: {type: Boolean, 'default': false},
armoireOpened: {type: Boolean, 'default': false},
armoireEmpty: {type: Boolean, 'default': false},
cardReceived: {type: Boolean, 'default': false}
cardReceived: {type: Boolean, 'default': false},
warnedLowHealth: {type: Boolean, 'default': false}
},
history: {
exp: Array, // [{date: Date, value: Number}], // big peformance issues if these are defined