mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
End Winter Wonderland (#8466)
* chore(event): end Winter Wonderland * fix(test): update constant
This commit is contained in:
@@ -118,7 +118,7 @@ each(premium, (pot, key) => {
|
||||
premium: true,
|
||||
limited: false,
|
||||
canBuy () {
|
||||
return pot._season === 'winter';
|
||||
return false;
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user