fix #2007 resotore MPfix restore mp
This commit is contained in:
@@ -80,7 +80,7 @@ habitrpg.controller('SettingsCtrl',
|
||||
"stats.exp": stats.exp,
|
||||
"stats.gp": stats.gp,
|
||||
"stats.lvl": stats.lvl,
|
||||
"stats.mp": stats.mana,
|
||||
"stats.mp": stats.mp,
|
||||
"achievements.streak": achievements.streak
|
||||
});
|
||||
$rootScope.modals.restore = false;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
p Select your class. Click each class for more information. See <a href="http://habitrpg.wikia.com/wiki/Class_System" target="_blank">Wikia</a> for thorough details. Upon selection, your current gear will be transferred to your inventory (don't worry, it's still there!) and you'll start with your class's apprentice gear.
|
||||
.row-fluid
|
||||
.span3(ng-click='selectedClass = "warrior"')
|
||||
h5 Warrior
|
||||
h5 Warrior
|
||||
figure.herobox(ng-class='{"selected-class": selectedClass=="warrior"}')
|
||||
.character-sprites
|
||||
span(class='skin_{{user.preferences.skin}}')
|
||||
|
||||
Reference in New Issue
Block a user