Decrease amount of mail, increase profits (#36767)

init
This commit is contained in:
ScarKy0
2025-04-20 15:55:23 +02:00
committed by GitHub
parent f77f000b93
commit 2d94045995
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ public sealed partial class CargoDeliveryDataComponent : Component
/// 1 delivery per X players.
/// </summary>
[DataField]
public float PlayerToDeliveryRatio = 7f;
public float PlayerToDeliveryRatio = 8f;
/// <summary>
/// The minimum amount of deliveries that will spawn.