Change fuel consumption back to normal

This commit is contained in:
zumorica
2020-04-29 13:56:38 +02:00
parent ff5549a0d1
commit 0a44490acb

View File

@@ -40,7 +40,7 @@ namespace Content.Server.GameObjects.Components.Interactable
/// <summary>
/// Rate at which we expunge fuel from ourselves when activated
/// </summary>
public const float FuelLossRate = 5f; // 0.2f
public const float FuelLossRate = 0.2f;
#pragma warning disable 649
[Dependency] private IEntitySystemManager _entitySystemManager;