Skip to content

Commit

Permalink
Remove push from flamethrower, jetpack replaces it
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeparker authored and squeek502 committed Jul 18, 2016
1 parent 03e7366 commit 076a56a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game_shared/ff/ff_weapon_flamethrower.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
//ConVar ffdev_flame_bbox("ffdev_flame_bbox", "24.0", FCVAR_FF_FFDEV_REPLICATED, "Flame bbox");
#define FLAME_BBOX 24.0f
//ConVar ffdev_flame_pushforce("ffdev_flame_pushforce", "17.5", FCVAR_FF_FFDEV_REPLICATED, "Force of backwards push when shooting while off ground");
#define FLAME_PUSHFORCE 17.5f
#define FLAME_PUSHFORCE 0.0f
//ConVar ffdev_flame_uppushforce("ffdev_flame_uppushforce", "110.0", FCVAR_FF_FFDEV_REPLICATED, "Force of upwards push when shooting while off ground");
#define FLAME_UPPUSHFORCE 110.0f
#define FLAME_UPPUSHFORCE 0.0f
//ConVar ffdev_flame_boostcap("ffdev_flame_boostcap", "850.0", FCVAR_FF_FFDEV_REPLICATED, "Speed at which the flamethrower will stop boosting you");
#define FLAME_BOOSTCAP 850.0f

Expand Down

0 comments on commit 076a56a

Please sign in to comment.