mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix(event): update Snowball dates
This commit is contained in:
parent
b79f53a108
commit
3adbc33546
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ spells.special = {
|
|||
target: 'user',
|
||||
notes: t('spellSpecialSnowballAuraNotes'),
|
||||
canOwn () {
|
||||
return moment().isBetween('2021-12-30T08:00-04:00', EVENTS.winter2022.end);
|
||||
return moment().isBetween('2022-12-27T08:00-05:00', EVENTS.winter2023.end);
|
||||
},
|
||||
cast (user, target, req) {
|
||||
if (!user.items.special.snowball) throw new NotAuthorized(t('spellNotOwned')(req.language));
|
||||
|
|
|
|||
Loading…
Reference in a new issue