Don't play follower horns if they are hidden

This commit is contained in:
NepDisk 2026-03-18 14:36:24 -04:00
parent 5eba072076
commit d02ee5e54e

View file

@ -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