diff options
Diffstat (limited to 'src/wp_shotty.cpp')
-rw-r--r-- | src/wp_shotty.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wp_shotty.cpp b/src/wp_shotty.cpp index ae978f4..c84e516 100644 --- a/src/wp_shotty.cpp +++ b/src/wp_shotty.cpp @@ -49,8 +49,8 @@ int wp_shotty::bang(std::vector<Entity> * enemies, Entity * player) { en->direction.x = (playerDirection.x / 2); en->direction.y = (playerDirection.y / 2); + player->victims += 1; } - player->victims += 1; player->fury += 1; } } |