From ac1bcd4791afd5ffa12026eb03c461148d30c57d Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Mon, 6 Jan 2014 18:44:53 -0700 Subject: [PATCH] winter: disable gold in restore-values during the WWE event --- views/shared/modals/new-stuff.jade | 2 +- views/shared/modals/settings.jade | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/views/shared/modals/new-stuff.jade b/views/shared/modals/new-stuff.jade index 44c0440117..3c7c6109b2 100644 --- a/views/shared/modals/new-stuff.jade +++ b/views/shared/modals/new-stuff.jade @@ -42,7 +42,7 @@ div(modal='modals.newStuff') tr td h5 Halls - p We've added the "Hall of Heroes" and "Hall of Patrons" here, which list our project contributors and Kickstarter backers. Want be amongst those immortalized in the Hall of Heroes? Help contribute to HabitRPG! + p We've added the "Hall of Heroes" and "Hall of Patrons" here, which list our project contributors and Kickstarter backers. Want be amongst those immortalized in the Hall of Heroes? Lend us your sword! small.muted 01/06/2014 diff --git a/views/shared/modals/settings.jade b/views/shared/modals/settings.jade index f79aef162d..6eca685353 100644 --- a/views/shared/modals/settings.jade +++ b/views/shared/modals/settings.jade @@ -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