mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 13:09:41 +00:00
update model maxHealth
This commit is contained in:
parent
5f6ddd76a7
commit
9bcb3b5cbe
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ var UserSchema = new Schema({
|
|||
name: String,
|
||||
},
|
||||
stats: {
|
||||
hp: {type: Number, 'default': 50},
|
||||
hp: {type: Number, 'default': shared.maxHealth},
|
||||
mp: {type: Number, 'default': 10},
|
||||
exp: {type: Number, 'default': 0},
|
||||
gp: {type: Number, 'default': 0},
|
||||
|
|
|
|||
Loading…
Reference in a new issue