88e6b2da7c
Also ends New Year's hat fanciness
10 lines
358 B
SCSS
10 lines
358 B
SCSS
// this variables are used to determine which shop npc/backgrounds should be loaded
|
|
// possible values are: normal, fall, habitoween, thanksgiving, winter, nye
|
|
// 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';
|