feat(event): Habit Birthday 2018

This commit is contained in:
SabreCat
2018-01-30 21:25:19 +00:00
parent 1f1459b0d8
commit cee4d7e87b
29 changed files with 155 additions and 19 deletions

View File

@@ -867,6 +867,12 @@ let armor = {
value: 90,
con: 15,
},
birthday2018: {
text: t('armorSpecialBirthday2018Text'),
notes: t('armorSpecialBirthday2018Notes'),
value: 0,
canOwn: ownsItem('armor_special_birthday2018'),
},
};
let back = {

View File

@@ -266,12 +266,12 @@ api.specialMounts = stable.specialMounts;
api.mountInfo = stable.mountInfo;
// For seasonal events, change these booleans:
let canBuyNormalFood = true;
let canDropNormalFood = true;
let canBuyNormalFood = false;
let canDropNormalFood = false;
let canBuyCandyFood = false;
let canDropCandyFood = false;
let canBuyCakeFood = false;
let canDropCakeFood = false;
let canBuyCakeFood = true;
let canDropCakeFood = true;
api.food = {
Meat: {