From 28f5a4c6e58643ecdb69a6aff08dfba00205dd77 Mon Sep 17 00:00:00 2001 From: Stop-Signs Date: Sat, 7 Dec 2024 18:12:01 -0600 Subject: [PATCH] Meow --- .../ReverseEngineering/ReverseEngineeringMachineComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Nyanotrasen/ReverseEngineering/ReverseEngineeringMachineComponent.cs b/Content.Shared/Nyanotrasen/ReverseEngineering/ReverseEngineeringMachineComponent.cs index 52df142ad25..970d549a57b 100644 --- a/Content.Shared/Nyanotrasen/ReverseEngineering/ReverseEngineeringMachineComponent.cs +++ b/Content.Shared/Nyanotrasen/ReverseEngineering/ReverseEngineeringMachineComponent.cs @@ -80,7 +80,7 @@ public sealed partial class ReverseEngineeringMachineComponent : Component /// How long to wait between analysis rolls. /// [DataField] - public TimeSpan AnalysisDuration = TimeSpan.FromSeconds(30); + public TimeSpan AnalysisDuration = TimeSpan.FromSeconds(5); /// /// Last result to show in the ui