diff --git a/Content.Server/GameObjects/Components/Interactable/ToolComponent.cs b/Content.Server/GameObjects/Components/Interactable/ToolComponent.cs index 86542343f6..56cf116eb4 100644 --- a/Content.Server/GameObjects/Components/Interactable/ToolComponent.cs +++ b/Content.Server/GameObjects/Components/Interactable/ToolComponent.cs @@ -40,7 +40,7 @@ namespace Content.Server.GameObjects.Components.Interactable /// /// Rate at which we expunge fuel from ourselves when activated /// - public const float FuelLossRate = 5f; // 0.2f + public const float FuelLossRate = 0.2f; #pragma warning disable 649 [Dependency] private IEntitySystemManager _entitySystemManager;