mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix(new users): use correct numeric value for JackOLantern-Base pet
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user