feat(content): enable bug hugging

This commit is contained in:
Sabe Jones
2020-03-09 09:29:08 -05:00
parent 010da977a4
commit 86951916e8
6 changed files with 46 additions and 48 deletions

View File

@@ -96,7 +96,7 @@ const bundles = {
'butterfly',
],
canBuy () {
return moment().isBetween('2018-02-06', '2018-04-02');
return moment().isBetween('2020-03-09', '2020-04-02');
},
type: 'quests',
value: 7,