From 18de3c8758dd5a2a91bd7d91250b829360529d5e Mon Sep 17 00:00:00 2001 From: SuperCake Date: Fri, 1 May 2026 13:09:58 +0200 Subject: [PATCH] fix(hornets): overwrite reload Extras should not reload --- src/game/shared/swarm/asw_weapon_hornet_barrage.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/game/shared/swarm/asw_weapon_hornet_barrage.h b/src/game/shared/swarm/asw_weapon_hornet_barrage.h index 10b846225..d05a71a03 100644 --- a/src/game/shared/swarm/asw_weapon_hornet_barrage.h +++ b/src/game/shared/swarm/asw_weapon_hornet_barrage.h @@ -23,6 +23,8 @@ class CASW_Weapon_Hornet_Barrage : public CASW_Weapon CASW_Weapon_Hornet_Barrage(); + virtual bool Reload() { return false; } + virtual void PrimaryAttack(); virtual void ItemPostFrame(); virtual void Precache();