fixed level up giving inf points, fixed tooltip

This commit is contained in:
TAASONI3
2023-12-13 15:43:12 +01:00
parent b07135d8f3
commit 989732ff97
2 changed files with 1 additions and 18 deletions

View File

@@ -328,6 +328,7 @@ namespace Assets.Scripts.Player
{
result = true;
stats[identifier].changeAmount(amount);
stats["Points"].changeAmount(-1);
}
return result;
}