chore(event): end Thanksgiving tweaks

This commit is contained in:
Sabe Jones
2018-11-26 12:59:23 -06:00
parent c64d4b0914
commit 33e0892e95
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

View File

@@ -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

View File

@@ -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';