Initial delivery balance changes (#35728)
* init * small balance * guess not * Update Content.Server/Delivery/CargoDeliveryDataComponent.cs --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
@@ -32,7 +32,7 @@ public sealed partial class CargoDeliveryDataComponent : Component
|
||||
/// 1 delivery per X players.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public int PlayerToDeliveryRatio = 7;
|
||||
public float PlayerToDeliveryRatio = 7f;
|
||||
|
||||
/// <summary>
|
||||
/// The minimum amount of deliveries that will spawn.
|
||||
|
||||
Reference in New Issue
Block a user