Merge branch 'release' into develop

This commit is contained in:
Sabe Jones
2017-03-03 17:36:25 +00:00
101 changed files with 36006 additions and 35761 deletions

View File

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