chore(event): NPCs and auto award turkey

This commit is contained in:
Sabe Jones
2020-11-26 14:01:23 -06:00
parent 3b7bf5de75
commit f31370d7ba
5 changed files with 8 additions and 20 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 KiB

After

Width:  |  Height:  |  Size: 315 KiB

@@ -2,10 +2,10 @@
// possible values are: normal, fall, habitoween, thanksgiving, winter, nye, birthday, valentines, normal, normal
// more to be added on future seasons
$npc_market_flavor: 'normal';
$npc_quests_flavor: 'normal';
$npc_seasonal_flavor: 'normal';
$npc_market_flavor: 'thanksgiving';
$npc_quests_flavor: 'thanksgiving';
$npc_seasonal_flavor: 'thanksgiving';
$npc_timetravelers_flavor: 'normal';
$npc_tavern_flavor: 'normal';
$npc_tavern_flavor: 'thanksgiving';
$menuToolbarHeight: 56px;