Grenade/alt-fire item dropping for metrocops and player companions

This commit is contained in:
Blixibon
2021-09-25 14:26:31 -05:00
parent 24e6ab3767
commit 85097e119e
8 changed files with 232 additions and 12 deletions

View File

@@ -11,3 +11,5 @@
int COMBINE_AE_BEGIN_ALTFIRE;
int COMBINE_AE_ALTFIRE;
ConVar ai_grenade_always_drop( "ai_grenade_always_drop", "0", FCVAR_NONE, "Causes non-Combine grenade user NPCs to be allowed to drop grenades, alt-fire items, etc. *IF* the keyvalue has not already been set in Hammer. This is useful for debugging purposes or if a mod which was developed before this feature was introduced wants its NPCs to drop grenades and beyond without recompiling all of the maps." );