diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-07 16:12:29 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-07 16:12:29 +0100 |
commit | 977bbaedb88d438e871a1e24e40902dfb6afd495 (patch) | |
tree | 712a0aae6b3268e2184294da2b768c58300da25d /src/wp_shotty.cpp | |
parent | adjust boss hp and add back fury (diff) | |
download | threshold-977bbaedb88d438e871a1e24e40902dfb6afd495.tar.gz threshold-977bbaedb88d438e871a1e24e40902dfb6afd495.tar.bz2 threshold-977bbaedb88d438e871a1e24e40902dfb6afd495.tar.xz threshold-977bbaedb88d438e871a1e24e40902dfb6afd495.tar.zst threshold-977bbaedb88d438e871a1e24e40902dfb6afd495.zip |
display next level
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; } } |