aboutsummaryrefslogtreecommitdiffstats
path: root/src/wp_assaultrifle.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_assaultrifle.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 '')
-rw-r--r--src/wp_assaultrifle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wp_assaultrifle.cpp b/src/wp_assaultrifle.cpp
index 6b9a2c7..1ed9e19 100644
--- a/src/wp_assaultrifle.cpp
+++ b/src/wp_assaultrifle.cpp
@@ -46,8 +46,8 @@ int wp_assaultrifle::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;
break ;
}