From 24cbda44818cf3a866685638ef6cdbf466a1fb1a Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Fri, 7 Jan 2022 13:38:58 +0100 Subject: add new weapon, AR and add switching weapons --- src/wp_shotty.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/wp_shotty.cpp') diff --git a/src/wp_shotty.cpp b/src/wp_shotty.cpp index 23c1074..cdb6898 100644 --- a/src/wp_shotty.cpp +++ b/src/wp_shotty.cpp @@ -6,8 +6,8 @@ #include "entity.hpp" -wp_shotty::wp_shotty(float const &rg, unsigned int const &dmg, unsigned int const & mag, const char *s, const char *r) - : AWeapon(rg, dmg, mag, s, r) +wp_shotty::wp_shotty(const char *s, const char *r) + : AWeapon(10, 10, 10, s, r) {} -- cgit v1.2.3