mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix(quests): function derp
This commit is contained in:
@@ -3586,7 +3586,9 @@ const quests = {
|
|||||||
value: 4,
|
value: 4,
|
||||||
category: 'hatchingPotion',
|
category: 'hatchingPotion',
|
||||||
event: EVENTS.spring2021,
|
event: EVENTS.spring2021,
|
||||||
canBuy: moment().isBetween('2021-04-01T08:00-05:00', '2021-04-30T20:00-05:00'),
|
canBuy () {
|
||||||
|
return moment().isBetween('2021-04-01T08:00-05:00', '2021-04-30T20:00-05:00');
|
||||||
|
},
|
||||||
boss: {
|
boss: {
|
||||||
name: t('questWaffleBoss'),
|
name: t('questWaffleBoss'),
|
||||||
hp: 500,
|
hp: 500,
|
||||||
|
|||||||
Reference in New Issue
Block a user