mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 05:38:46 +00:00
4 lines
102 B
JavaScript
4 lines
102 B
JavaScript
|
|
export const MAX_HEALTH = 50;
|
||
|
|
export const MAX_LEVEL = 100;
|
||
|
|
export const MAX_STAT_POINTS = MAX_LEVEL;
|