mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01:00
chore(event): end Thanksgiving tweaks
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 165 KiB |
@@ -2,8 +2,8 @@
|
|||||||
// possible values are: normal, fall, habitoween, thanksgiving, winter, nye, birthday, valentines, spring, summer
|
// possible values are: normal, fall, habitoween, thanksgiving, winter, nye, birthday, valentines, spring, summer
|
||||||
// more to be added on future seasons
|
// more to be added on future seasons
|
||||||
|
|
||||||
$npc_market_flavor: 'thanksgiving';
|
$npc_market_flavor: 'normal';
|
||||||
$npc_quests_flavor: 'thanksgiving';
|
$npc_quests_flavor: 'normal';
|
||||||
$npc_seasonal_flavor: 'thanksgiving';
|
$npc_seasonal_flavor: 'normal';
|
||||||
$npc_timetravelers_flavor: 'normal';
|
$npc_timetravelers_flavor: 'normal';
|
||||||
$npc_tavern_flavor: 'thanksgiving';
|
$npc_tavern_flavor: 'normal';
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.7 KiB |
@@ -125,8 +125,6 @@ function _setUpNewUser (user) {
|
|||||||
let iterableFlags = user.flags.toObject();
|
let iterableFlags = user.flags.toObject();
|
||||||
|
|
||||||
user.items.quests.dustbunnies = 1;
|
user.items.quests.dustbunnies = 1;
|
||||||
user.items.pets['Turkey-Base'] = 5;
|
|
||||||
user.items.currentPet = 'Turkey-Base';
|
|
||||||
user.purchased.background.violet = true;
|
user.purchased.background.violet = true;
|
||||||
user.preferences.background = 'violet';
|
user.preferences.background = 'violet';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user