Backgrounds and Armoire 2017/03 (#8525)

* feat(content): add Armoire and BGs 2017-03

* chore(sprites): compile

* chore(event): disable Cupid Potions

* fix(sprites): correct shop canvas

* chore(news): Bailey 2017-03-02

* 3.78.0
This commit is contained in:
Sabe Jones
2017-03-02 15:49:07 -06:00
committed by GitHub
parent 390970a73a
commit 448a953147
95 changed files with 35863 additions and 35649 deletions

View File

@@ -124,7 +124,7 @@ each(premium, (pot, key) => {
premium: true,
limited: false,
canBuy () {
return pot._season === 'valentines';
return pot._season === 'regular';
},
});
});