From 499b4cf2ec5340ae82ec5c034a974ec39f33d96d Mon Sep 17 00:00:00 2001 From: Inconnu <177014427+Inconnu1337@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:36:02 +0200 Subject: [PATCH] Update GunComponent.cs --- Content.Shared/Weapons/Ranged/Components/GunComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Weapons/Ranged/Components/GunComponent.cs b/Content.Shared/Weapons/Ranged/Components/GunComponent.cs index 165c3b55aa1..b404221abfc 100644 --- a/Content.Shared/Weapons/Ranged/Components/GunComponent.cs +++ b/Content.Shared/Weapons/Ranged/Components/GunComponent.cs @@ -187,7 +187,7 @@ public sealed partial class GunComponent : Component /// The base value for how fast the projectile moves. /// [DataField] - public float ProjectileSpeed = 62f; // adt tweak speed + public float ProjectileSpeed = 25f; /// /// How fast the projectile moves.