diff --git a/src/client/hud_ammonotify.qc b/src/client/hud_ammonotify.qc index 34d5d10..7870fea 100644 --- a/src/client/hud_ammonotify.qc +++ b/src/client/hud_ammonotify.qc @@ -88,6 +88,9 @@ HUD_AmmoNotify_Insert(int type, int count) if (count <= 0) return; + if (type == 7 && count < 8) // hornet hack! + return; + g_ammonotify[type].count += count; g_ammonotify[type].alpha = 2.5f;