Browse Source

Define new weapons.

coldice
Night Owl 8 years ago
parent
commit
21f2df30d5
  1. 6
      dlls/weapons.h

6
dlls/weapons.h

@ -92,6 +92,12 @@ public: @@ -92,6 +92,12 @@ public:
#define WEAPON_TNT 21
#define WEAPON_TRIPMINE 22
#define WEAPON_NUKE 23
//TODO: maybe incorrect. Needs redefine later.
#define WEAPON_FASTRPG 24
#define WEAPON_DOUBLEMAC 25
#define WEAPON_NAILGUN 26
#define WEAPON_SATCHEL 27
#define WEAPON_UNKNOWN 28
#define WEAPON_ALLWEAPONS (~(1<<WEAPON_SUIT))

Loading…
Cancel
Save