mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-21 21:34:15 +00:00
winter: disable gold in restore-values during the WWE event
This commit is contained in:
parent
b3dd1e0a68
commit
ac1bcd4791
2 changed files with 5 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ div(modal='modals.newStuff')
|
|||
tr
|
||||
td
|
||||
h5 Halls
|
||||
p We've added the "Hall of Heroes" and "Hall of Patrons" <a href='https://habitrpg.com/#/options/groups/hall/heroes' target='_blank'>here</a>, which list our project contributors and Kickstarter backers. Want be amongst those immortalized in the Hall of Heroes? Help <a href='http://habitrpg.wikia.com/wiki/Contributor_Rewards' target='_blank'>contribute</a> to HabitRPG!
|
||||
p We've added the "Hall of Heroes" and "Hall of Patrons" <a href='https://habitrpg.com/#/options/groups/hall/heroes' target='_blank'>here</a>, which list our project contributors and Kickstarter backers. Want be amongst those immortalized in the Hall of Heroes? <a href='http://habitrpg.wikia.com/wiki/Contributor_Rewards' target='_blank'>Lend us your sword!</a>
|
||||
|
||||
small.muted 01/06/2014
|
||||
|
||||
|
|
|
|||
|
|
@ -26,8 +26,11 @@ div(ng-controller='SettingsCtrl')
|
|||
input.option-content(type='number', step="any", data-for='stats.exp', ng-model='restoreValues.stats.exp')
|
||||
span.input-suffix Experience
|
||||
.option-group.option-medium
|
||||
input.option-content(type='number', step="any", data-for='stats.gp', ng-model='restoreValues.stats.gp')
|
||||
//input.option-content(type='number', step="any", data-for='stats.gp', ng-model='restoreValues.stats.gp')
|
||||
input.option-content(type='number', step="any", data-for='stats.gp', ng-model='restoreValues.stats.gp',disabled)
|
||||
span.input-suffix Gold
|
||||
p.alert
|
||||
small Disabled during Winter Wonderland Event Pt.4 (since the rewards are gold-purchaseable).
|
||||
.option-group.option-medium
|
||||
input.option-content(type='number', step="any", data-for='stats.mp', ng-model='restoreValues.stats.mp')
|
||||
span.input-suffix Mana
|
||||
|
|
|
|||
Loading…
Reference in a new issue