Skip to content

Commit

Permalink
Reduce hitbox on flamethrower a bit from 24 to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
AfterShockFF committed Jun 7, 2016
1 parent c17e326 commit 9f68fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game_shared/ff/ff_weapon_flamethrower.cpp
Expand Up @@ -33,7 +33,7 @@
#endif

//ConVar ffdev_flame_bbox("ffdev_flame_bbox", "24.0", FCVAR_FF_FFDEV_REPLICATED, "Flame bbox");
#define FLAME_BBOX 24.0f
#define FLAME_BBOX 16.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 0.0f
//ConVar ffdev_flame_uppushforce("ffdev_flame_uppushforce", "110.0", FCVAR_FF_FFDEV_REPLICATED, "Force of upwards push when shooting while off ground");
Expand Down

0 comments on commit 9f68fcf

Please sign in to comment.