mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
fix(backgrounds): 15G confirm dialog, fixes #3595
This commit is contained in:
parent
b5bf54a815
commit
99fb9b0959
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ habitrpg.controller("UserCtrl", ['$rootScope', '$scope', '$location', 'User', '$
|
|||
var fullSet = ~path.indexOf(',');
|
||||
var cost =
|
||||
~path.indexOf('background.') ?
|
||||
(fullSet ? 3.25 : 1.75) : // (Backgrounds) 15G per set, 7G per individual
|
||||
(fullSet ? 3.75 : 1.75) : // (Backgrounds) 15G per set, 7G per individual
|
||||
(fullSet ? 1.25 : 0.5); // (Hair, skin, etc) 5G per set, 2G per individual
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue