mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 20:12:19 +00:00
challenges: new party invitation setup
This commit is contained in:
parent
4e7233f100
commit
ac74cb0d74
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ module.exports =
|
|||
userSchema =
|
||||
# _id / id handled by Racer
|
||||
stats: { gp: 0, exp: 0, lvl: 1, hp: 50 }
|
||||
party: { invitation: null }
|
||||
invitations: {party:null, guilds: []}
|
||||
items: { weapon: 0, armor: 0, head: 0, shield: 0 }
|
||||
preferences: { gender: 'm', skin: 'white', hair: 'blond', armorSet: 'v1', dayStart:0, showHelm: true }
|
||||
apiToken: uuid() # set in newUserObject below
|
||||
|
|
|
|||
Loading…
Reference in a new issue