From b29ed6023a66e9f4b44bb1d62f43fee55799a9de Mon Sep 17 00:00:00 2001 From: Wolfhill09 Date: Mon, 26 Jun 2023 13:14:06 +0100 Subject: [PATCH] Add(Weapon): Pipe Bomb to weapon.h --- cWeapon.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cWeapon.h b/cWeapon.h index 2386326..1cde7ec 100644 --- a/cWeapon.h +++ b/cWeapon.h @@ -78,6 +78,7 @@ class cWeapon "WEAPON_MINISMG", "WEAPON_MINIGUN", "WEAPON_NIGHTSTICK", + "WEAPON_PIPEBOMB", "WEAPON_PISTOL", "WEAPON_PISTOL_MK2", "WEAPON_PISTOL50",