From a9fa439d8412b2c682d512bfe9cc9322caa4336e Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Fri, 7 Jan 2022 16:01:07 +0100 Subject: adjust boss hp and add back fury --- src/wp_shotty.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wp_shotty.hpp') diff --git a/src/wp_shotty.hpp b/src/wp_shotty.hpp index 2f9b917..48e443a 100644 --- a/src/wp_shotty.hpp +++ b/src/wp_shotty.hpp @@ -16,7 +16,7 @@ class wp_shotty : public AWeapon { wp_shotty(const char *s, const char *r); ~wp_shotty(); - int bang(std::vector * enemies, Vector2 playerDirection, Vector2 playerPosition, int * victims) ; + int bang(std::vector * enemies, Entity * player) ; }; -- cgit v1.2.3