From 5e84fae7727604a1702902a1ad375868d248661a Mon Sep 17 00:00:00 2001
From: Admiral-Obvious-001
<89495925+Admiral-Obvious-001@users.noreply.github.com>
Date: Sun, 17 Aug 2025 12:47:57 -0700
Subject: [PATCH] Commit 2
---
Content.Shared/Ninja/Components/StunProviderComponent.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Content.Shared/Ninja/Components/StunProviderComponent.cs b/Content.Shared/Ninja/Components/StunProviderComponent.cs
index 9614383653..3e6bd2cbb1 100644
--- a/Content.Shared/Ninja/Components/StunProviderComponent.cs
+++ b/Content.Shared/Ninja/Components/StunProviderComponent.cs
@@ -49,13 +49,13 @@ public sealed partial class StunProviderComponent : Component
/// Time that someone is stunned for, stacks if done multiple times.
///
[DataField]
- public TimeSpan StunTime = TimeSpan.FromSeconds(2);
+ public TimeSpan StunTime = TimeSpan.FromSeconds(5);
///
/// How long stunning is disabled after stunning something.
///
[DataField]
- public TimeSpan Cooldown = TimeSpan.FromSeconds(5);
+ public TimeSpan Cooldown = TimeSpan.FromSeconds(10);
///
/// ID of the cooldown use delay.
--
2.51.2