entWatch4: Drop based on configured slot.

Dont drop if not configured, or knife.
This commit is contained in:
zaCade
2019-04-15 19:34:16 +02:00
parent d4402823c8
commit b5c1b36d25
4 changed files with 37 additions and 0 deletions
@@ -9,6 +9,13 @@
#define REGISTER_BUTTON 2
#define REGISTER_TRIGGER 3
/* SLOTS */
#define SLOT_NONE 0
#define SLOT_PRIMARY 1
#define SLOT_SECONDARY 2
#define SLOT_KNIFE 3
#define SLOT_GRENADES 4
/* MODES */
#define MODE_COOLDOWN 1
#define MODE_MAXUSES 2