mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
chore(event): end Thanksgiving tweaks
This commit is contained in:
parent
aac23f30cf
commit
8c1208031d
5 changed files with 4 additions and 6 deletions
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
|
||||
// more to be added on future seasons
|
||||
|
||||
$npc_market_flavor: 'thanksgiving';
|
||||
$npc_quests_flavor: 'thanksgiving';
|
||||
$npc_seasonal_flavor: 'thanksgiving';
|
||||
$npc_market_flavor: 'normal';
|
||||
$npc_quests_flavor: 'normal';
|
||||
$npc_seasonal_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();
|
||||
|
||||
user.items.quests.dustbunnies = 1;
|
||||
user.items.pets['Turkey-Base'] = 5;
|
||||
user.items.currentPet = 'Turkey-Base';
|
||||
user.purchased.background.violet = true;
|
||||
user.preferences.background = 'violet';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue