This commit is contained in:
Swept
2021-03-02 02:31:38 +00:00
committed by GitHub
parent 6c081d9d8d
commit 08d71a9297

View File

@@ -16,7 +16,7 @@ namespace Content.Server.GameObjects.EntitySystems
/// <summary>
/// How many points to give to every bank account every <see cref="Delay"/> seconds.
/// </summary>
private const int PointIncrease = 20;
private const int PointIncrease = 150;
/// <summary>
/// Keeps track of how much time has elapsed since last balance increase.