fixed level up giving inf points, fixed tooltip
This commit is contained in:
@@ -328,6 +328,7 @@ namespace Assets.Scripts.Player
|
||||
{
|
||||
result = true;
|
||||
stats[identifier].changeAmount(amount);
|
||||
stats["Points"].changeAmount(-1);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user