mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(event): Birthday 2020
This commit is contained in:
@@ -1145,6 +1145,12 @@ const armor = {
|
||||
value: 90,
|
||||
con: 15,
|
||||
},
|
||||
birthday2020: {
|
||||
text: t('armorSpecialBirthday2020Text'),
|
||||
notes: t('armorSpecialBirthday2020Notes'),
|
||||
value: 0,
|
||||
canOwn: ownsItem('armor_special_birthday2020'),
|
||||
},
|
||||
};
|
||||
|
||||
const back = {
|
||||
|
||||
@@ -192,7 +192,7 @@ api.mountInfo = stable.mountInfo;
|
||||
|
||||
// For seasonal events, change this constant:
|
||||
|
||||
const FOOD_SEASON = 'Normal';
|
||||
const FOOD_SEASON = 'Cake';
|
||||
|
||||
api.food = {
|
||||
Meat: {
|
||||
|
||||
Reference in New Issue
Block a user