mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(event): New Year's 2016
This commit is contained in:
@@ -677,10 +677,11 @@ let head = {
|
||||
canOwn: ownsItem('head_special_lunarWarriorHelm'),
|
||||
},
|
||||
nye: {
|
||||
event: EVENTS.winter2016,
|
||||
event: EVENTS.nye,
|
||||
text: t('headSpecialNyeText'),
|
||||
notes: t('headSpecialNyeNotes'),
|
||||
value: 0,
|
||||
canOwn: ownsItem('head_special_nye'),
|
||||
},
|
||||
yeti: {
|
||||
event: EVENTS.winter,
|
||||
@@ -1152,6 +1153,12 @@ let head = {
|
||||
value: 60,
|
||||
int: 7,
|
||||
},
|
||||
nye2016: {
|
||||
text: t('headSpecialNye2016Text'),
|
||||
notes: t('headSpecialNye2016Notes'),
|
||||
value: 0,
|
||||
canOwn: ownsItem('head_special_nye2016'),
|
||||
},
|
||||
};
|
||||
|
||||
let headAccessory = {
|
||||
|
||||
Reference in New Issue
Block a user