Skip to content

Commit

Permalink
Prevent concs moving ragdolls
Browse files Browse the repository at this point in the history
  • Loading branch information
AfterShockFF committed May 31, 2016
1 parent d373798 commit 1685196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game_shared/ff/ff_grenade_concussion.cpp
Expand Up @@ -56,7 +56,7 @@ ConVar ffdev_mancannon_conc_speed_vert( "ffdev_mancannon_conc_speed_vert", "768"

//ConVar conc_radius("ffdev_conc_radius", "280.0f", FCVAR_FF_FFDEV_REPLICATED, "Radius of grenade explosions");
//ConVar conc_ragdoll_push("conc_ragdoll_push","600", FCVAR_FF_FFDEV_REPLICATED,"How much to push ragdolls");
#define CONC_RAGDOLL_PUSH 600
#define CONC_RAGDOLL_PUSH 0

#define CONCUSSIONGRENADE_MODEL "models/grenades/conc/conc.mdl"
#define CONCUSSIONGRENADE_GLOW_SPRITE "sprites/glow04_noz.vmt"
Expand Down

0 comments on commit 1685196

Please sign in to comment.