feat(content): Harvest Feast 2021

This commit is contained in:
SabreCat
2021-11-24 11:23:09 -06:00
parent 1d2782c74e
commit d20271e91f
4 changed files with 137 additions and 14 deletions
@@ -391,7 +391,7 @@ export default {
return Object.values(this.viewOptions).some(g => g.selected);
},
imageURLs () {
if (!this.currentEvent || !this.currentEvent.season) {
if (!this.currentEvent || !this.currentEvent.season || this.currentEvent.season === 'thanksgiving') {
return {
background: 'url(/static/npc/normal/time_travelers_background.png)',
npc: this.closed ? 'url(/static/npc/normal/time_travelers_closed_banner.png)'