mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
* Decrease mana when removing stat points from int * Revert "Decrease mana when removing stat points from int" This reverts commit5e25e13552. * add mana when stat updates are saved * don't allow users to deallocate saved stat points in the ui * use flag to determine whether to add mana points * add test for not adding mana points when flag is set * Revert "add test for not adding mana points when flag is set" This reverts commit6e8ff36a79. * Revert "use flag to determine whether to add mana points" This reverts commit274e2d0d33. * Revert "add mana when stat updates are saved" This reverts commit422bd49191. * move client side stat allocation to when save is pressed * update displayed total stats during editing * Fix lint errors