mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-08 13:35:38 +00:00
changed gemCost to include the amount of gems
This commit is contained in:
parent
8a8bab4be1
commit
d8dd39422a
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ module.exports = function purchase (user, req = {}, analytics) {
|
|||
itemKey: key,
|
||||
itemType: 'Market',
|
||||
acquireMethod: 'Gems',
|
||||
gemCost: item.value,
|
||||
gemCost: price * 4,
|
||||
category: 'behavior',
|
||||
headers: req.headers,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue