feat(event): Birthday 2020

This commit is contained in:
Sabe Jones
2020-01-28 15:39:05 -06:00
parent 257a52cba1
commit bc1eb62a35
14 changed files with 142 additions and 36 deletions

View File

@@ -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 = {

View File

@@ -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: {