Skip to content

Commit

Permalink
Add(Ammo): Add AMMO_SNOWBALL, AMMO_PROXMINE and AMMO_PIPEBOMB
Browse files Browse the repository at this point in the history
  • Loading branch information
Hxrv3y committed Jun 27, 2023
1 parent f37f65c commit d7aa12d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cWeapon.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,15 @@ class cWeapon
"AMMO_MINIGUN",
"AMMO_MOLOTOV",
"AMMO_PETROLCAN",
"AMMO_PIPEBOMB",
"AMMO_PISTOL",
"AMMO_PISTOL_FMJ",
"AMMO_PISTOL_HOLLOWPOINT",
"AMMO_PISTOL_INCENDIARY",
"AMMO_PISTOL_TRACER",
"AMMO_PLANE_ROCKET",
"AMMO_PLAYER_LASER",
"AMMO_PROXMINE",
"AMMO_RAYPISTOL",
"AMMO_RIFLE",
"AMMO_RIFLE_ARMORPIERCING",
Expand All @@ -233,6 +235,7 @@ class cWeapon
"AMMO_SNIPER_INCENDIARY",
"AMMO_SNIPER_REMOTE",
"AMMO_SNIPER_TRACER",
"AMMO_SNOWBALL",
"AMMO_SPACE_ROCKET",
"AMMO_STICKYBOMB",
"AMMO_STINGER",
Expand Down

0 comments on commit d7aa12d

Please sign in to comment.