feat(event): Birthday 2020

This commit is contained in:
Sabe Jones
2020-01-28 15:39:05 -06:00
parent 257a52cba1
commit bc1eb62a35
14 changed files with 142 additions and 36 deletions
@@ -2,11 +2,11 @@
// possible values are: normal, fall, habitoween, thanksgiving, winter, nye, birthday, valentines, spring, summer
// more to be added on future seasons
$npc_market_flavor: 'winter';
$npc_quests_flavor: 'winter';
$npc_seasonal_flavor: 'winter';
$npc_timetravelers_flavor: 'winter';
$npc_tavern_flavor: 'winter';
$npc_market_flavor: 'birthday';
$npc_quests_flavor: 'birthday';
$npc_seasonal_flavor: 'birthday';
$npc_timetravelers_flavor: 'birthday';
$npc_tavern_flavor: 'birthday';
$restingToolbarHeight: 40px;
$menuToolbarHeight: 56px;