From d02ee5e54ea73cfb6d21f25cea706e151bf401d8 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Wed, 18 Mar 2026 14:36:24 -0400 Subject: [PATCH] Don't play follower horns if they are hidden --- src/k_follower.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/k_follower.c b/src/k_follower.c index 529650d2d..a02473ae1 100644 --- a/src/k_follower.c +++ b/src/k_follower.c @@ -720,6 +720,7 @@ void K_FollowerHornTaunt(player_t *taunter, player_t *victim) { if ( (cv_karthorns.value == 0) + || cv_hidefollowers.value || taunter == NULL || victim == NULL || taunter->followerskin < 0