Skip to content

Commit

Permalink
Bump side dodge multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
DolceTriade committed Dec 27, 2015
1 parent d34c5c6 commit bafc75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/bg_gameplay.h
Expand Up @@ -293,7 +293,7 @@ extern int REACTOR_ATTACK_DAMAGE;
#define HUMAN_SIDE_MODIFIER 0.9f #define HUMAN_SIDE_MODIFIER 0.9f
#define HUMAN_LAND_FRICTION 3.0f #define HUMAN_LAND_FRICTION 3.0f
#define HUMAN_DODGE_COOLDOWN 1500 #define HUMAN_DODGE_COOLDOWN 1500
#define HUMAN_DODGE_SIDE_MULTIPLIER 1.5f #define HUMAN_DODGE_SIDE_MULTIPLIER 2.0f
#define HUMAN_DODGE_SLOW_MULTIPLIER 0.5f #define HUMAN_DODGE_SLOW_MULTIPLIER 0.5f
#define HUMAN_DODGE_VERTICAL_MULTIPLIER 0.5f #define HUMAN_DODGE_VERTICAL_MULTIPLIER 0.5f


Expand Down

0 comments on commit bafc75a

Please sign in to comment.