Merge branch 'develop' of https://github.com/HabitRPG/habitrpg into develop
This commit is contained in:
@@ -45,6 +45,7 @@ habitrpg.controller("FooterCtrl", ['$scope', '$rootScope', 'User', '$http', 'Not
|
||||
* Debug functions. Note that the server route for gems is only available if process.env.DEBUG=true
|
||||
*/
|
||||
$scope.addMissedDay = function(){
|
||||
if (!confirm("Are you sure you want to reset the day?")) return;
|
||||
var dayBefore = moment(User.user.lastCron).subtract('days', 1).toDate();
|
||||
User.set('lastCron', dayBefore);
|
||||
Notification.text('-1 day, remember to refresh');
|
||||
|
||||
@@ -2,7 +2,7 @@ script(type='text/ng-template', id='partials/options.inventory.inventory.html')
|
||||
.row-fluid(ng-controller='InventoryCtrl')
|
||||
.span6.border-right
|
||||
h2 Inventory
|
||||
p.well Hatch pets by first clicking the hatching potion you want to use. This will highlight all eligible eggs in green. Just click one of those eggs, and, presto, your new pet is born. You can also sell unwanted drops to Alexander the Merchant.
|
||||
p.well Click an egg to see usable potions highlighted in green and then click one of the highlighted potions to hatch your pet. If no potions are highlighted, click that egg again to deselect it, and instead click a potion first to have the usable eggs highlighted. You can also sell unwanted drops to Alexander the Merchant.
|
||||
menu.inventory-list(type='list')
|
||||
li.customize-menu
|
||||
menu.pets-menu(label='Eggs ({{userEggs.length}})')
|
||||
|
||||
@@ -87,14 +87,14 @@
|
||||
When your <em>seventh</em> submission is deployed, you will receive <strong>2 Gems</strong> and become a member of the honored Contributor's Guild and be privy to the behind-the-scenes details of HabitRPG!
|
||||
tr
|
||||
td
|
||||
a.label.label-contributor-8(ng-click='toggleUserTier($event)') Heroic
|
||||
a.label.label-contributor-8(ng-click='toggleUserTier($event)') Heroic (8)
|
||||
div(style='display:none;')
|
||||
p This is HabitRPG staff or Staff-level Contributors
|
||||
tr
|
||||
td
|
||||
a.label.label-npc(ng-click='toggleUserTier($event)') NPC
|
||||
div(style='display:none;')
|
||||
p Was a backer at the highest Kickstarter tier.
|
||||
p Was a backer at the highest Kickstarter tier.
|
||||
|
||||
include ./challenge-box
|
||||
|
||||
|
||||
Reference in New Issue
Block a user