mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +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';
|
user.preferences.background = 'violet';
|
||||||
if (moment().isBefore('2020-11-02')) {
|
if (moment().isBefore('2020-11-02')) {
|
||||||
user.migration = '20201029_habitoween_ladder';
|
user.migration = '20201029_habitoween_ladder';
|
||||||
user.items.pets['JackOLantern-Base'] = true;
|
user.items.pets['JackOLantern-Base'] = 5;
|
||||||
user.items.currentPet = 'JackOLantern-Base';
|
user.items.currentPet = 'JackOLantern-Base';
|
||||||
user.items.food = {
|
user.items.food = {
|
||||||
Candy_Skeleton: 1,
|
Candy_Skeleton: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user