mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-13 20:57:24 +01:00
Reset stats after allocation (#10363)
This commit is contained in:
@@ -307,6 +307,13 @@
|
|||||||
stats: statUpdates,
|
stats: statUpdates,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this.statUpdates = {
|
||||||
|
str: 0,
|
||||||
|
int: 0,
|
||||||
|
con: 0,
|
||||||
|
per: 0,
|
||||||
|
};
|
||||||
|
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
},
|
},
|
||||||
allocateNow () {
|
allocateNow () {
|
||||||
|
|||||||
Reference in New Issue
Block a user