Skip to content

Commit

Permalink
Merge branch 'ADTInvision' of https://github.com/Inconnu1337/space_st…
Browse files Browse the repository at this point in the history
…ation_ADT into ADTInvision
  • Loading branch information
Inconnu1337 committed Dec 12, 2024
2 parents adc90fb + 499b4cf commit 745340a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Weapons/Ranged/Components/GunComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public sealed partial class GunComponent : Component
/// The base value for how fast the projectile moves.
/// </summary>
[DataField]
public float ProjectileSpeed = 62f; // adt tweak speed
public float ProjectileSpeed = 25f;

/// <summary>
/// How fast the projectile moves.
Expand Down

0 comments on commit 745340a

Please sign in to comment.