diff --git a/Content.Shared/Weapons/Ranged/Components/GunComponent.cs b/Content.Shared/Weapons/Ranged/Components/GunComponent.cs index d3e9dd1042..061798e86e 100644 --- a/Content.Shared/Weapons/Ranged/Components/GunComponent.cs +++ b/Content.Shared/Weapons/Ranged/Components/GunComponent.cs @@ -90,7 +90,7 @@ public class GunComponent : Component /// How fast the projectile moves. /// [ViewVariables(VVAccess.ReadWrite), DataField("projectileSpeed")] - public float ProjectileSpeed = 20f; + public float ProjectileSpeed = 25f; /// /// When the gun is next available to be shot.