mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix(shops): correct event boolean
This commit is contained in:
@@ -278,7 +278,7 @@ api.food = {
|
||||
target: 'CottonCandyBlue',
|
||||
article: '',
|
||||
canBuy: (function() {
|
||||
return canBuyCandyFood;
|
||||
return canBuyCakeFood;
|
||||
}),
|
||||
canDrop: canDropCakeFood,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user