From 5db606dcfd7853b04fc68ddda9594c8d53e529f9 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Thu, 20 Feb 2020 14:26:25 -0600 Subject: [PATCH] fix(event): end Valentine's NPCs --- website/client/src/assets/scss/variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/client/src/assets/scss/variables.scss b/website/client/src/assets/scss/variables.scss index c17f94587c..e73fd5ec8d 100644 --- a/website/client/src/assets/scss/variables.scss +++ b/website/client/src/assets/scss/variables.scss @@ -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: 'valentines'; +$npc_market_flavor: 'normal'; $npc_quests_flavor: 'normal'; $npc_seasonal_flavor: 'normal'; $npc_timetravelers_flavor: 'normal'; -$npc_tavern_flavor: 'valentines'; +$npc_tavern_flavor: 'normal'; $restingToolbarHeight: 40px; $menuToolbarHeight: 56px;