mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
change price for backgrounds set from 5 to 15
This commit is contained in:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user