mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
Modifies pet name to be 'Desert Wolf' rather than 'Wolf-Desert'
This commit is contained in:
parent
dfdccfb458
commit
16c38634b6
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ habitrpg.controller("InventoryCtrl", ['$rootScope', '$scope', '$window', 'User',
|
|||
}
|
||||
|
||||
$scope.choosePet = function(egg, potion){
|
||||
var pet = egg + '-' + potion;
|
||||
var pet = potion + " " + egg;
|
||||
|
||||
// Feeding Pet
|
||||
if ($scope.selectedFood) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue