mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-05-20 12:48:43 +00:00
fix(new users): use correct numeric value for JackOLantern-Base pet
This commit is contained in:
parent
a7477e137e
commit
2cbd376cf6
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ function _setUpNewUser (user) {
|
|||
user.preferences.background = 'violet';
|
||||
if (moment().isBefore('2020-11-02')) {
|
||||
user.migration = '20201029_habitoween_ladder';
|
||||
user.items.pets['JackOLantern-Base'] = true;
|
||||
user.items.pets['JackOLantern-Base'] = 5;
|
||||
user.items.currentPet = 'JackOLantern-Base';
|
||||
user.items.food = {
|
||||
Candy_Skeleton: 1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue