aboutsummaryrefslogtreecommitdiffstats
path: root/src/wp_shotty.cpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-07 16:12:29 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-07 16:12:29 +0100
commit977bbaedb88d438e871a1e24e40902dfb6afd495 (patch)
tree712a0aae6b3268e2184294da2b768c58300da25d /src/wp_shotty.cpp
parentadjust boss hp and add back fury (diff)
downloadthreshold-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.cpp2
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;
}
}