feat(content): Armoire and Backgrounds 2021-07

This commit is contained in:
Sabe Jones
2021-07-06 15:17:12 -05:00
parent 248d55daa7
commit ee7fa99172
20 changed files with 40 additions and 3 deletions

View File

@@ -398,7 +398,7 @@ spells.special = {
target: 'user',
notes: t('spellSpecialSeafoamNotes'),
canOwn () {
return false;
return moment().isBetween('2021-07-06T08:00-04:00', EVENTS.summer2021.end);
},
cast (user, target, req) {
if (!user.items.special.seafoam) throw new NotAuthorized(t('spellNotOwned')(req.language));