mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-05 13:33:00 +00:00
change price for backgrounds set from 5 to 15
This commit is contained in:
parent
0c973b1cf0
commit
9111f59da4
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ b-modal#avatar-modal(title="", :size='editing ? "lg" : "md"', :hide-header='true
|
||||||
.col-12.text-center(v-if='!ownsSet("background", set.items) && set.identifier !== "incentiveBackgrounds"')
|
.col-12.text-center(v-if='!ownsSet("background", set.items) && set.identifier !== "incentiveBackgrounds"')
|
||||||
.gem-amount
|
.gem-amount
|
||||||
.svg-icon.gem(v-html='icons.gem')
|
.svg-icon.gem(v-html='icons.gem')
|
||||||
span 5
|
span 15
|
||||||
button.btn.btn-secondary(@click='unlock(setKeys("background", set.items))') Purchase Set
|
button.btn.btn-secondary(@click='unlock(setKeys("background", set.items))') Purchase Set
|
||||||
|
|
||||||
.container.interests-section(v-if='modalPage === 3 && !editing')
|
.container.interests-section(v-if='modalPage === 3 && !editing')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue