Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
6hundred9 committed Apr 4, 2024
1 parent 20b00b4 commit 9cdc3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GrenadeLauncher-Exiled8/Items/GrenadeLauncher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class GrenadeLauncher : CustomWeapon
public override string Description { get; set; } = "Shoot your opponents, opponent go kaboom, as shrimple as that";
public override float Weight { get; set; } = 0.5f;
public override byte ClipSize { get; set; } = 8;
public override ItemType Type { get; set; } = ItemType.GunRevolver;
public override ItemType Type { get; set; } = ItemType.GunShotgun;



Expand Down

0 comments on commit 9cdc3b8

Please sign in to comment.