From 04024078984bbaf84f34352061da2a224ecdb0b0 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 29 Oct 2023 16:53:33 +0100 Subject: fix throwable collision --- include/guns.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/guns.h') diff --git a/include/guns.h b/include/guns.h index 2ea0d1e..52f4a10 100644 --- a/include/guns.h +++ b/include/guns.h @@ -23,8 +23,8 @@ typedef struct t_gun { gun guns[GUN_ALL] = { {GUN_DESERTEAGLE, "Desert Eagle", 8, 64, 0.0f, 1, 4.0f, 350, 1.0f}, - {GUN_MP5, "MP5", 30, 120, 0.1f, 1, 10.0f, 150, 1.0f}, - {GUN_NOVA, "Nova", 12, 80, 0.2f, 3, 1.2f, 600, 1.0f}, + {GUN_MP5, "MP5", 30, 120, 0.05f, 1, 10.0f, 150, 1.0f}, + {GUN_NOVA, "Nova", 12, 80, 0.1f, 3, 1.2f, 600, 1.0f}, }; image* get_image_of_gun(gun_type type); -- cgit v1.2.3-70-g09d2