mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 08:22:17 +00:00
fix(content): correct availability range for Seafoam
This commit is contained in:
parent
1655e2e03a
commit
9a879d566e
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ spells.special = {
|
|||
target: 'user',
|
||||
notes: t('spellSpecialSeafoamNotes'),
|
||||
canOwn () {
|
||||
return moment().isBetween('2021-07-06T08:00-04:00', EVENTS.summer2021.end);
|
||||
return moment().isBetween('2022-07-12T08:00-04:00', EVENTS.summer2022.end);
|
||||
},
|
||||
cast (user, target, req) {
|
||||
if (!user.items.special.seafoam) throw new NotAuthorized(t('spellNotOwned')(req.language));
|
||||
|
|
|
|||
Loading…
Reference in a new issue