mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 00:09:41 +00:00
* Add localization strings * Change name of Equipment section * Add costume section to member modal * Add costume section to member modal * Add current pet and current mount info * Reorder Sections and Separate Active Mounts/Pets * switch ng-show with ng-if * Add `noActiveMount` to pets.json * Breaking Stuff * Add petservices.js to the manifest * Remove Extra Parenthesis * Progress towards backgrounds * Add semicolons * Add background information * Add all methods in petServices to userCtrl and memberModalCtrl * Add avatar settings * Add semicolons * Revert "Add avatar settings" This reverts commit 6e8cca97363ebbfed156f770179040e1ccf20ff6. * Remove active-pet-and-mount * Remove Content from memberModalCtrl * Update costumeServices.js * Make costumeservices.js more readable * Update costumeServices.js * Update costumeService logic * Remove unused strings * Fix include statements * move service * Update pet/mount logic * fixes * Fix background logic
7 lines
161 B
Text
7 lines
161 B
Text
include ./stats/mixins
|
|
|
|
include ./stats/basic-stats
|
|
include ./stats/equipment
|
|
include ./stats/costume
|
|
include ./stats/background
|
|
include ./stats/pets-and-mounts
|